Add SQLite compatibility to wp db commands #410
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
9s
code-quality
/
Lint PHP files
15s
code-quality
/
Lint Gherkin Feature files
11s
code-quality
/
Spell check
7s
code-quality
/
PHPCS
17s
code-quality
/
PHPStan
27s
Annotations
6 errors and 1 warning
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
src/DB_Command_SQLite.php#L345
If control structure block found as the only statement within an "else" block. Use elseif instead.
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPStan
Process completed with exit code 1.
|
|
code-quality / PHPStan:
src/DB_Command_SQLite.php (in context of class DB_Command)#L434
Static method WP_CLI\Process::create() invoked with 5 parameters, 1-3 required.
|
|
code-quality / PHPStan:
src/DB_Command_SQLite.php (in context of class DB_Command)#L434
Parameter #1 $command of static method WP_CLI\Process::create() expects string, list<string> given.
|
|
code-quality / PHPCS:
src/DB_Command_SQLite.php#L311
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|