Skip to content

check if plugin_update_info->new_version is_string to not fail with php version_compare #218

check if plugin_update_info->new_version is_string to not fail with php version_compare

check if plugin_update_info->new_version is_string to not fail with php version_compare #218

Re-run triggered July 25, 2023 09:54
Status Failure
Total duration 50s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint PHP files
22s
code-quality / Lint PHP files
code-quality  /  PHPCS
18s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

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