Skip to content

Add SQLite compatibility to wp db commands #409

Add SQLite compatibility to wp db commands

Add SQLite compatibility to wp db commands #409

Triggered via pull request February 11, 2026 11:33
Status Failure
Total duration 30s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
7s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
14s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
16s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
9s
code-quality / Spell check
code-quality  /  PHPCS
22s
code-quality / PHPCS
code-quality  /  PHPStan
21s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L425
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)#L425
Parameter #1 $command of static method WP_CLI\Process::create() expects string, list<string> given.
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS
Process completed with exit code 2.
code-quality / PHPCS: src/DB_Command_SQLite.php#L311
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space