Skip to content

Fix: wp core is-installed returns 0 when no tables exist #261

Fix: wp core is-installed returns 0 when no tables exist

Fix: wp core is-installed returns 0 when no tables exist #261

Triggered via pull request September 1, 2025 08:42
Status Failure
Total duration 33s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
8s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
24s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
22s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
8s
code-quality / Spell check
code-quality  /  PHPCS
23s
code-quality / PHPCS
code-quality  /  PHPStan
28s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

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