Add forward compatibility for PDO MySQL driver constants
#99
Annotations
10 errors
|
|
|
|
|
|
|
Run PHPStan:
src/Adapter/Pgsql.php#L11
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
|
Run PHPStan:
src/Adapter/Mysql.php#L17
Binary operation "." between 'SET time_zone = ' and mixed results in an error.
|
|
Run PHPStan:
src/Adapter/BaseAdapter.php#L98
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
|
Run PHPStan:
src/Adapter/BaseAdapter.php#L91
Parameter #1 $string of function strtolower expects string, mixed given.
|
|
Run PHPStan:
src/Adapter/BaseAdapter.php#L79
Parameter #1 $search of function str_replace expects array<string>|string, mixed given.
|
|
Run PHPStan:
src/Adapter/BaseAdapter.php#L78
Binary operation "." between string and mixed results in an error.
|
|
Run PHPStan:
src/Adapter/BaseAdapter.php#L78
Binary operation "." between mixed and string results in an error.
|
Loading