Skip to content

Add SQLite compatibility to wp db commands #323

Add SQLite compatibility to wp db commands

Add SQLite compatibility to wp db commands #323

Triggered via pull request November 23, 2025 11:25
Status Failure
Total duration 28s
Artifacts

code-quality.yml

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

Annotations

10 errors
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L281
Parameter #1 $filename of function file_exists expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L212
Cannot call method fetchAll() on PDOStatement|false.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L167
Parameter #1 $path of function dirname expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L161
Parameter #1 $filename of function unlink expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L160
Parameter #1 $filename of function file_exists expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L146
Parameter #1 $filename of function unlink expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L142
Parameter #1 $filename of function file_exists expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L118
Parameter #1 $filename of function file_exists expects string, string|false given.
code-quality / PHPStan: src/DB_Command_SQLite.php (in context of class DB_Command)#L108
Parameter #1 $path of function dirname expects string, string|false given.
code-quality / PHPStan: src/DB_Command.php#L1205
Parameter #1 $path of function basename expects string, string|false given.