Fix: wp core is-installed returns 0 when no tables exist #264
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
6s
code-quality
/
Lint PHP files
20s
code-quality
/
Lint Gherkin Feature files
10s
code-quality
/
Spell check
4s
code-quality
/
PHPCS
15s
code-quality
/
PHPStan
22s
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
|