Skip to content

Update dependency vimeo/psalm to v6 #847

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #847

Triggered via push February 3, 2025 04:28
Status Failure
Total duration 1m 15s
Artifacts
ci  /  Generate job matrix
6s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
InvalidFalsableReturnType: src/Compress/Bz2.php#L147
src/Compress/Bz2.php:147:16: InvalidFalsableReturnType: The declared return type 'string' for Laminas\Filter\Compress\Bz2::decompress does not allow false, but 'false|string' contains false (see https://psalm.dev/143)
FalsableReturnStatement: src/Compress/Bz2.php#L179
src/Compress/Bz2.php:179:16: FalsableReturnStatement: The declared return type 'string' for Laminas\Filter\Compress\Bz2::decompress does not allow false, but the function returns 'false|string' (see https://psalm.dev/137)
PossiblyFalseArgument: src/Compress/Gz.php#L208
src/Compress/Gz.php:208:35: PossiblyFalseArgument: Argument 2 of unpack cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Compress/Gz.php#L209
src/Compress/Gz.php:209:27: PossiblyFalseArgument: Argument 1 of end cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Compress/Gz.php#L213
src/Compress/Gz.php:213:34: PossiblyFalseArgument: Argument 1 of gzread cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Compress/Gz.php#L214
src/Compress/Gz.php:214:21: PossiblyFalseArgument: Argument 1 of gzclose cannot be false, possibly resource value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Compress/Rar.php#L208
src/Compress/Rar.php:208:67: PossiblyFalseArgument: Argument 3 of str_replace cannot be false, possibly array<array-key, float|int|string>|string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Compress/Tar.php#L225
src/Compress/Tar.php:225:70: PossiblyFalseArgument: Argument 3 of str_replace cannot be false, possibly array<array-key, float|int|string>|string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Compress/Zip.php#L140
src/Compress/Zip.php:140:71: PossiblyFalseArgument: Argument 3 of str_replace cannot be false, possibly array<array-key, float|int|string>|string value expected (see https://psalm.dev/104)
PossiblyFalseReference: src/Compress/Zip.php#L151
src/Compress/Zip.php:151:53: PossiblyFalseReference: Cannot call method read on possibly false value (see https://psalm.dev/105)