Skip to content

Add SQLite compatibility to wp db commands #479

Add SQLite compatibility to wp db commands

Add SQLite compatibility to wp db commands #479

Triggered via pull request March 16, 2026 21:17
Status Failure
Total duration 37s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
5s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
17s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
16s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
6s
code-quality / Spell check
code-quality  /  PHPCS
19s
code-quality / PHPCS
code-quality  /  PHPStan
28s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

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