Fix: wp core is-installed returns 0 when no tables exist #260
Annotations
7 errors and 1 warning
Convert PHPCS report to PR comments
Process completed with exit code 1.
|
Convert PHPCS report to PR comments:
src/Core_Command.php#L431
String "WordPress is not installed. Missing tables: " does not require double quotes; use single quotes instead
|
Convert PHPCS report to PR comments:
src/Core_Command.php#L424
Closing parenthesis of a multi-line function call must be on a line by itself
|
Convert PHPCS report to PR comments:
src/Core_Command.php#L423
Only one argument is allowed per line in a multi-line function call
|
Convert PHPCS report to PR comments:
src/Core_Command.php#L423
String "SHOW TABLES LIKE %s" does not require double quotes; use single quotes instead
|
Convert PHPCS report to PR comments:
src/Core_Command.php#L422
Opening parenthesis of a multi-line function call must be the last content on the line
|
Run PHPCS
Process completed with exit code 2.
|
Convert PHPCS report to PR comments:
src/Core_Command.php#L418
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|
Loading