Add SQLite compatibility to wp db commands #479
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
5s
code-quality
/
Lint PHP files
17s
code-quality
/
Lint Gherkin Feature files
16s
code-quality
/
Spell check
6s
code-quality
/
PHPCS
19s
code-quality
/
PHPStan
28s
Annotations
4 errors and 2 warnings
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
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)#L467
Parameter #1 $command of static method WP_CLI\Process::create() expects string, list<(bool|string)> given.
|
|
code-quality / PHPCS:
src/DB_Command_SQLite.php#L303
Silencing errors is strongly discouraged. Use proper error checking instead. Found: @copy( $db_path,...
|
|
code-quality / PHPCS:
src/DB_Command_SQLite.php#L291
Equals sign not aligned correctly; expected 1 space but found 3 spaces
|