Update to latest PHP 8.1 syntax #705
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
10s
Matrix: ci / QA Checks
Annotations
10 errors
MissingParamType:
src/AllowList.php#L97
src/AllowList.php:97:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
MissingParamType:
src/DenyList.php#L97
src/DenyList.php:97:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
MixedReturnStatement:
src/Inflector.php#L293
src/Inflector.php:293:20: MixedReturnStatement: Possibly-mixed return value (see https://psalm.dev/138)
|
MixedReturnStatement:
src/Inflector.php#L293
src/Inflector.php:293:20: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
MissingParamType:
src/StringPrefix.php#L82
src/StringPrefix.php:82:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
MissingParamType:
src/StringSuffix.php#L83
src/StringSuffix.php:83:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
MissingParamType:
test/TestAsset/LowerCase.php#L14
test/TestAsset/LowerCase.php:14:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
MissingParamType:
test/TestAsset/StrRepeatFilterInterface.php#L13
test/TestAsset/StrRepeatFilterInterface.php:13:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
MissingParamType:
test/TestAsset/StripUpperCase.php#L14
test/TestAsset/StripUpperCase.php:14:28: MissingParamType: Parameter $value has no provided type (see https://psalm.dev/154)
|
UnusedBaselineEntry:
src/AbstractFilter.php#L1
src/AbstractFilter.php:0:0: UnusedBaselineEntry: Baseline for issue "DocblockTypeContradiction" has 1 extra entry. (see https://psalm.dev/316)
|