Update dependency vimeo/psalm to v5 #256
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
12s
Matrix: ci / QA Checks
Annotations
10 errors
MoreSpecificImplementedParamType:
src/Memory.php#L63
src/Memory.php:63:32: MoreSpecificImplementedParamType: Argument 1 of Laminas\Cache\Storage\Adapter\Memory::setOptions has the more specific type 'Laminas\Cache\Storage\Adapter\MemoryOptions|iterable<array-key|mixed, mixed>', expecting 'Laminas\Cache\Storage\Adapter\AdapterOptions|iterable<array-key|mixed, mixed>' as defined by Laminas\Cache\Storage\Adapter\AbstractAdapter::setOptions (see https://psalm.dev/140)
|
UnusedForeachValue:
src/Memory.php#L126
src/Memory.php:126:51: UnusedForeachValue: $tmp is never referenced or the value is not used (see https://psalm.dev/275)
|
UnsupportedPropertyReferenceUsage:
src/Memory.php#L168
src/Memory.php:168:9: UnsupportedPropertyReferenceUsage: This reference cannot be analyzed by Psalm. (see https://psalm.dev/321)
|
UnusedForeachValue:
src/Memory.php#L169
src/Memory.php:169:36: UnusedForeachValue: $item is never referenced or the value is not used (see https://psalm.dev/275)
|
MixedArrayAccess:
src/Memory.php#L170
src/Memory.php:170:36: MixedArrayAccess: Cannot access array value on mixed variable $data[$key] (see https://psalm.dev/051)
|
UnsupportedPropertyReferenceUsage:
src/Memory.php#L213
src/Memory.php:213:9: UnsupportedPropertyReferenceUsage: This reference cannot be analyzed by Psalm. (see https://psalm.dev/321)
|
UnusedForeachValue:
src/Memory.php#L214
src/Memory.php:214:36: UnusedForeachValue: $item is never referenced or the value is not used (see https://psalm.dev/275)
|
MixedArrayAssignment:
src/Memory.php#L240
src/Memory.php:240:9: MixedArrayAssignment: Cannot access array value on mixed variable $this->data[$ns][$key]['tags'] (see https://psalm.dev/117)
|
MixedReturnStatement:
src/Memory.php#L257
src/Memory.php:257:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
UnsupportedPropertyReferenceUsage:
src/Memory.php#L278
src/Memory.php:278:9: UnsupportedPropertyReferenceUsage: This reference cannot be analyzed by Psalm. (see https://psalm.dev/321)
|