Add SQLite compatibility to wp db commands #486
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
18s
code-quality
/
Lint Gherkin Feature files
15s
code-quality
/
Spell check
7s
code-quality
/
PHPCS
27s
code-quality
/
PHPStan
30s
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,...
|