Bring PHPStan to level 9 and adding workflow #59
Annotations
10 errors
|
Run tests - phpunit:
src/PdoStatement.php#L154
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
Run tests - phpunit:
src/PdoStatement.php#L155
Parameter #1 $row of method Pseudo\PdoStatement::processFetchedRow() expects array<int|string, mixed>, mixed given.
|
Run tests - phpunit:
src/PdoStatement.php#L258
Parameter #1 $array of function array_shift expects array, mixed given.
|
Run tests - phpunit:
src/PdoStatement.php#L260
Parameter #1 $array of function array_keys expects array, mixed given.
|
Run tests - phpunit:
src/Result.php#L61
Cannot access an offset on mixed.
|
Run tests - phpunit:
src/Result.php#L125
Method Pseudo\Result::getRowIfExists() should return array<int|string, mixed>|false but returns mixed.
|
Run tests - phpunit:
src/Result.php#L140
Parameter #1 $rows of method Pseudo\Result::getRowIfExists() expects array<int|string, mixed>, mixed given.
|
Run tests - phpunit:
src/Result.php#L273
Cannot access an offset on mixed.
|
Run tests - phpunit
Process completed with exit code 1.
|
Loading