Skip to content

fix nesting & add more features #12

fix nesting & add more features

fix nesting & add more features #12

Triggered via push February 25, 2026 22:43
Status Failure
Total duration 27s
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/Query/UpdateBuilder.php#L77
Parameter #1 $field of method Patchlevel\Rango\Query\UpdateBuilder::baseExpression() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L70
Ignored error pattern #^Cannot cast mixed to float\.$# (cast.double) in path /home/runner/work/rango/rango/src/Query/UpdateBuilder.php is expected to occur 1 time, but occurred 2 times.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L69
Parameter #1 $field of method Patchlevel\Rango\Query\UpdateBuilder::jsonbExtractText() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L68
Parameter #1 $field of method Patchlevel\Rango\Query\UpdateBuilder::pathLiteral() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L64
Parameter #1 $field of method Patchlevel\Rango\Query\UpdateBuilder::baseExpression() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L56
Parameter #1 $field of method Patchlevel\Rango\Query\UpdateBuilder::pathLiteral() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L52
Parameter #1 $field of method Patchlevel\Rango\Query\UpdateBuilder::baseExpression() expects string, mixed given.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/UpdateBuilder.php#L51
Ignored error pattern #^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$# (foreach.nonIterable) in path /home/runner/work/rango/rango/src/Query/UpdateBuilder.php is expected to occur 12 times, but occurred 14 times.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Query/FilterBuilder.php#L101
Ignored error pattern #^Cannot cast mixed to string\.$# (cast.string) in path /home/runner/work/rango/rango/src/Query/FilterBuilder.php is expected to occur 5 times, but occurred 6 times.