Skip to content

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

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

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

Triggered via pull request September 1, 2025 10:25
Status Failure
Total duration 26s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
6s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
20s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
10s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
4s
code-quality / Spell check
code-quality  /  PHPCS
15s
code-quality / PHPCS
code-quality  /  PHPStan
22s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS: src/Core_Command.php#L425
Whitespace found at end of line
code-quality / PHPCS
Process completed with exit code 2.
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/Core_Command.php#L1382
Iterating over an object of an unknown class TableIterator.
code-quality / PHPStan: src/Core_Command.php#L1374
Instantiated class TableIterator not found.
code-quality / PHPStan: src/Core_Command.php#L416
Constant DB_HOST not found.
code-quality / PHPCS: src/Core_Command.php#L408
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space