Skip to content

Update dependency vimeo/psalm to v5 #273

Update dependency vimeo/psalm to v5

Update dependency vimeo/psalm to v5 #273

Triggered via pull request May 14, 2024 21:47
Status Failure
Total duration 1m 32s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
5s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

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)