Update dependency vimeo/psalm to v5 #233
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
12 errors
ci / QA Checks (PHPCodeSniffer [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/Filesystem.php#L994
Method \Laminas\Cache\Storage\Adapter\Filesystem::internalSetItem() has useless @param annotation for parameter $value.
|
ci / QA Checks (PHPCodeSniffer [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/Filesystem.php#L1090
Method \Laminas\Cache\Storage\Adapter\Filesystem::internalCheckAndSetItem() has useless @param annotation for parameter $value.
|
UnusedClass:
benchmark/FilesystemStorageAdapterBench.php#L18
benchmark/FilesystemStorageAdapterBench.php:18:7: UnusedClass: Class LaminasBench\Cache\FilesystemStorageAdapterBench is never used (see https://psalm.dev/075)
|
UnsupportedPropertyReferenceUsage:
src/Filesystem.php#L109
src/Filesystem.php:109:9: UnsupportedPropertyReferenceUsage: This reference cannot be analyzed by Psalm. (see https://psalm.dev/321)
|
MoreSpecificImplementedParamType:
src/Filesystem.php#L129
src/Filesystem.php:129:32: MoreSpecificImplementedParamType: Argument 1 of Laminas\Cache\Storage\Adapter\Filesystem::setOptions has the more specific type 'Laminas\Cache\Storage\Adapter\FilesystemOptions|iterable<string, 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)
|
PossiblyUnusedReturnValue:
src/Filesystem.php#L160
src/Filesystem.php:160:16: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
|
PossiblyUnusedReturnValue:
src/Filesystem.php#L207
src/Filesystem.php:207:16: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
|
MixedReturnStatement:
src/Filesystem.php#L276
src/Filesystem.php:276:20: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
PossiblyUnusedReturnValue:
src/Filesystem.php#L294
src/Filesystem.php:294:16: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
|
MixedReturnStatement:
src/Filesystem.php#L333
src/Filesystem.php:333:20: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
PossiblyUnusedReturnValue:
src/Filesystem.php#L351
src/Filesystem.php:351:16: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
|
MixedReturnStatement:
src/Filesystem.php#L391
src/Filesystem.php:391:20: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|