Fix: wp core is-installed returns 0 when no tables exist #261
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
24s
code-quality
/
Lint Gherkin Feature files
22s
code-quality
/
Spell check
8s
code-quality
/
PHPCS
23s
code-quality
/
PHPStan
28s
Annotations
7 errors and 2 warnings
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
src/Core_Command.php#L416
String "WordPress is not installed. Missing tables: " does not require double quotes; use single quotes instead
|
|
code-quality / PHPCS:
src/Core_Command.php#L408
Closing parenthesis of a multi-line function call must be on a line by itself
|
|
code-quality / PHPCS:
src/Core_Command.php#L407
Only one argument is allowed per line in a multi-line function call
|
|
code-quality / PHPCS:
src/Core_Command.php#L407
String "SHOW TABLES LIKE %s" does not require double quotes; use single quotes instead
|
|
code-quality / PHPCS:
src/Core_Command.php#L406
Opening parenthesis of a multi-line function call must be the last content on the line
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPCS:
src/Core_Command.php#L406
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
|
|
code-quality / PHPCS:
src/Core_Command.php#L400
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space
|