Skip to content

Add SQLite compatibility to wp db commands #486

Add SQLite compatibility to wp db commands

Add SQLite compatibility to wp db commands #486

Re-run triggered March 17, 2026 12:15
Status Failure
Total duration 37s
Artifacts

code-quality.yml

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

Annotations

7 errors and 1 warning
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L431
Parameter #3 $subject of function preg_replace expects array<float|int|string>|string, string|null given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L430
Parameter #3 $subject of function preg_replace expects array<float|int|string>|string, string|null given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L429
Parameter #3 $subject of function preg_replace expects array<float|int|string>|string, string|null given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L428
Parameter #3 $subject of function preg_replace expects array<float|int|string>|string, string|null given.
code-quality / PHPCS: src/DB_Command_SQLite.php#L296
Silencing errors is strongly discouraged. Use proper error checking instead. Found: @copy( $db_path,...