Skip to content

Add SQLite compatibility to wp db commands #410

Add SQLite compatibility to wp db commands

Add SQLite compatibility to wp db commands #410

Triggered via pull request February 11, 2026 11:37
Status Failure
Total duration 31s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
9s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
15s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
11s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
7s
code-quality / Spell check
code-quality  /  PHPCS
17s
code-quality / PHPCS
code-quality  /  PHPStan
27s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

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