Lock file maintenance #373
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors
MixedInferredReturnType:
src/Psr17ResponseFactoryTrait.php#L20
src/Psr17ResponseFactoryTrait.php:20:76: MixedInferredReturnType: Could not verify return type 'Psr\Http\Message\ResponseFactoryInterface' for Mezzio\Authentication\Session\Psr17ResponseFactoryTrait::detectResponseFactory (see https://psalm.dev/047)
|
MixedAssignment:
src/Psr17ResponseFactoryTrait.php#L32
src/Psr17ResponseFactoryTrait.php:32:9: MixedAssignment: Unable to determine the type that $responseFactory is being assigned to (see https://psalm.dev/032)
|
MixedAssignment:
src/Psr17ResponseFactoryTrait.php#L52
src/Psr17ResponseFactoryTrait.php:52:9: MixedAssignment: Unable to determine the type that $config is being assigned to (see https://psalm.dev/032)
|
MixedAssignment:
src/Psr17ResponseFactoryTrait.php#L54
src/Psr17ResponseFactoryTrait.php:54:9: MixedAssignment: Unable to determine the type that $dependencies is being assigned to (see https://psalm.dev/032)
|
MixedArrayAccess:
src/Psr17ResponseFactoryTrait.php#L54
src/Psr17ResponseFactoryTrait.php:54:25: MixedArrayAccess: Cannot access array value on mixed variable $config (see https://psalm.dev/051)
|
MixedAssignment:
src/Psr17ResponseFactoryTrait.php#L57
src/Psr17ResponseFactoryTrait.php:57:9: MixedAssignment: Unable to determine the type that $delegators is being assigned to (see https://psalm.dev/032)
|
MixedArrayAccess:
src/Psr17ResponseFactoryTrait.php#L57
src/Psr17ResponseFactoryTrait.php:57:23: MixedArrayAccess: Cannot access array value on mixed variable $dependencies (see https://psalm.dev/051)
|
MixedAssignment:
src/Psr17ResponseFactoryTrait.php#L58
src/Psr17ResponseFactoryTrait.php:58:9: MixedAssignment: Unable to determine the type that $aliases is being assigned to (see https://psalm.dev/032)
|
MixedArrayAccess:
src/Psr17ResponseFactoryTrait.php#L58
src/Psr17ResponseFactoryTrait.php:58:23: MixedArrayAccess: Cannot access array value on mixed variable $dependencies (see https://psalm.dev/051)
|
MixedArrayAccess:
src/Psr17ResponseFactoryTrait.php#L69
src/Psr17ResponseFactoryTrait.php:69:38: MixedArrayAccess: Cannot access array value on mixed variable $dependencies (see https://psalm.dev/051)
|