Update to latest PHP 8.1 syntax #704
Annotations
10 errors
Psalm [8.1, locked]:
src/AllowList.php#L97
src/AllowList.php:97:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
Psalm [8.1, locked]:
src/Compress/Zip.php#L132
src/Compress/Zip.php:132:69: PossiblyFalseArgument: Argument 1 of Laminas\Filter\Compress\Zip::errorString cannot be false, possibly int value expected (see https://psalm.dev/104)
|
Psalm [8.1, locked]:
src/Compress/Zip.php#L228
src/Compress/Zip.php:228:69: PossiblyFalseArgument: Argument 1 of Laminas\Filter\Compress\Zip::errorString cannot be false, possibly int value expected (see https://psalm.dev/104)
|
Psalm [8.1, locked]:
src/DenyList.php#L97
src/DenyList.php:97:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
Psalm [8.1, locked]:
src/Inflector.php#L293
src/Inflector.php:293:20: MixedReturnStatement: Possibly-mixed return value (see https://psalm.dev/138)
|
Psalm [8.1, locked]:
src/Inflector.php#L293
src/Inflector.php:293:20: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
Psalm [8.1, locked]:
src/StringPrefix.php#L82
src/StringPrefix.php:82:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
Psalm [8.1, locked]:
src/StringSuffix.php#L83
src/StringSuffix.php:83:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
Psalm [8.1, locked]:
test/TestAsset/LowerCase.php#L14
test/TestAsset/LowerCase.php:14:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
Psalm [8.1, locked]:
test/TestAsset/StrRepeatFilterInterface.php#L13
test/TestAsset/StrRepeatFilterInterface.php:13:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
Loading