Skip to content

fix cs

fix cs #7

Triggered via push February 25, 2026 14:10
Status Failure
Total duration 25s
Artifacts

phpstan.yml

on: push
Matrix: Static Analysis by PHPStan
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L121
Parameter #1 $haystack of function str_contains expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L117
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L104
Parameter #1 $string of method PDO::quote() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L91
Cannot access offset '_id' on mixed.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L81
Parameter #2 $string of function explode expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L61
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L49
Method Patchlevel\Rango\QueryBuilder::createSelect() has parameter $options with no value type specified in iterable type array.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L49
Method Patchlevel\Rango\QueryBuilder::createSelect() has parameter $filter with no value type specified in iterable type array.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L45
Parameter #1 $string of method PDO::quote() expects string, string|false given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L38
Method Patchlevel\Rango\QueryBuilder::createInsert() has parameter $document with no value type specified in iterable type array.