Lock file maintenance #632
continuous-integration.yml
on: push
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
6 errors
MixedArgument:
src/Helper/FlashMessenger.php#L179
src/Helper/FlashMessenger.php:179:25: MixedArgument: Argument 1 of Laminas\I18n\Translator\TranslatorInterface::translate cannot be mixed, expecting string (see https://psalm.dev/030)
|
MixedArgumentTypeCoercion:
src/Helper/FlashMessenger.php#L201
src/Helper/FlashMessenger.php:201:13: MixedArgumentTypeCoercion: Argument 2 of implode expects array<array-key, null|object{__tostring()}|scalar>, but parent type non-empty-list<mixed|string> provided (see https://psalm.dev/194)
|
PossiblyUndefinedArrayOffset:
src/ViewEvent.php#L212
src/ViewEvent.php:212:32: PossiblyUndefinedArrayOffset: Possibly undefined array key $params[$param] on ArrayAccess|array{model?: mixed, renderer?: mixed, request?: mixed, response?: mixed, result?: mixed, ...<array-key, mixed>} (see https://psalm.dev/167)
|
RedundantCondition:
test/ViewTest.php#L218
test/ViewTest.php:218:19: RedundantCondition: Type list<mixed> for $result is always array<array-key, mixed> (see https://psalm.dev/122)
|
RedundantCondition:
test/ViewTest.php#L218
test/ViewTest.php:218:19: RedundantCondition: Type list{0?: mixed, ...<mixed>} for $result is always array<array-key, mixed> (see https://psalm.dev/122)
|
RedundantCondition:
test/ViewTest.php#L235
test/ViewTest.php:235:15: RedundantCondition: Type list{0?: mixed, ...<mixed>} for $result is always array<array-key, mixed> (see https://psalm.dev/122)
|