check if plugin_update_info->new_version is_string to not fail with php version_compare #218
code-quality.yml
on: pull_request
code-quality
/
Lint PHP files
22s
code-quality
/
PHPCS
18s
Annotations
7 errors and 1 warning
code-quality / PHPCS:
src/Plugin_Command.php#L731
No space after opening parenthesis is prohibited
|
code-quality / PHPCS:
src/Plugin_Command.php#L731
Expected 1 space before "!"; 0 found
|
code-quality / PHPCS:
src/Plugin_Command.php#L731
Expected 1 space after "!"; 0 found
|
code-quality / PHPCS:
src/Plugin_Command.php#L731
Expected 1 spaces after opening parenthesis; 0 found
|
code-quality / PHPCS:
src/Plugin_Command.php#L731
Expected 1 spaces before closing parenthesis; 0 found
|
code-quality / PHPCS:
src/Plugin_Command.php#L731
No space before closing parenthesis is prohibited
|
code-quality / PHPCS
Process completed with exit code 1.
|
code-quality / PHPCS:
src/Plugin_Command.php#L733
Usage of ELSE IF is discouraged; use ELSEIF instead
|