Skip to content

fix cs

fix cs #8

Triggered via push February 25, 2026 14:12
Status Failure
Total duration 29s
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#L135
Parameter #1 $string of method PDO::quote() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L127
Parameter #2 $string of function explode expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L126
Parameter #1 $haystack of function str_contains expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L122
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#L109
Parameter #1 $string of method PDO::quote() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L96
Cannot access offset '_id' on mixed.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L93
Parameter #2 $allInclusions of method Patchlevel\Rango\QueryBuilder::buildNestedProjectionForTopKey() expects list<string>, non-empty-list<mixed> given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L86
Parameter #2 $string of function explode expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/QueryBuilder.php#L66
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#L46
Parameter #1 $string of method PDO::quote() expects string, string|false given.