Update dependency vimeo/psalm to v6 #343
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: push
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors
|
PossiblyNullReference:
src/Http/Part.php#L172
src/Http/Part.php:172:42: PossiblyNullReference: Cannot call method match on possibly null value (see https://psalm.dev/083)
|
|
PossiblyNullArgument:
src/Http/Part.php#L174
src/Http/Part.php:174:78: PossiblyNullArgument: Argument 1 of Laminas\Router\Http\RouteMatch::setMatchedRouteName cannot be null, possibly null value provided (see https://psalm.dev/078)
|
|
PossiblyNullReference:
src/Http/TreeRouteStack.php#L327
src/Http/TreeRouteStack.php:327:35: PossiblyNullReference: Cannot call method match on possibly null value (see https://psalm.dev/083)
|
|
PossiblyNullArgument:
src/Http/TreeRouteStack.php#L330
src/Http/TreeRouteStack.php:330:45: PossiblyNullArgument: Argument 1 of Laminas\Router\Http\RouteMatch::setMatchedRouteName cannot be null, possibly null value provided (see https://psalm.dev/078)
|
|
PossiblyNullReference:
src/SimpleRouteStack.php#L270
src/SimpleRouteStack.php:270:35: PossiblyNullReference: Cannot call method match on possibly null value (see https://psalm.dev/083)
|
|
PossiblyNullArgument:
src/SimpleRouteStack.php#L271
src/SimpleRouteStack.php:271:45: PossiblyNullArgument: Argument 1 of Laminas\Router\RouteMatch::setMatchedRouteName cannot be null, possibly null value provided (see https://psalm.dev/078)
|
|
InvalidArgument:
test/PriorityListTest.php#L30
test/PriorityListTest.php:30:47: InvalidArgument: Argument 1 of array_keys expects array<array-key, mixed>, but array<(TKey:Laminas\Router\PriorityList as string)|null, (TValue:Laminas\Router\PriorityList as Laminas\Router\RouteInterface)|null> provided (see https://psalm.dev/004)
|
|
InvalidArgument:
test/PriorityListTest.php#L82
test/PriorityListTest.php:82:63: InvalidArgument: Argument 1 of array_keys expects array<array-key, mixed>, but array<(TKey:Laminas\Router\PriorityList as string)|null, (TValue:Laminas\Router\PriorityList as Laminas\Router\RouteInterface)|null> provided (see https://psalm.dev/004)
|
|
InvalidArgument:
test/PriorityListTest.php#L93
test/PriorityListTest.php:93:63: InvalidArgument: Argument 1 of array_keys expects array<array-key, mixed>, but array<(TKey:Laminas\Router\PriorityList as string)|null, (TValue:Laminas\Router\PriorityList as Laminas\Router\RouteInterface)|null> provided (see https://psalm.dev/004)
|
|
InvalidArgument:
test/PriorityListTest.php#L104
test/PriorityListTest.php:104:63: InvalidArgument: Argument 1 of array_keys expects array<array-key, mixed>, but array<(TKey:Laminas\Router\PriorityList as string)|null, (TValue:Laminas\Router\PriorityList as Laminas\Router\RouteInterface)|null> provided (see https://psalm.dev/004)
|