Skip to content

Update dependency vimeo/psalm to v6 #669

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #669

Triggered via pull request February 3, 2025 05:24
Status Failure
Total duration 2m 27s
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
UnusedPsalmSuppress: src/CountryCode.php#L75
src/CountryCode.php:75:29: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
NullableReturnStatement: src/Filter/Alpha.php#L43
src/Filter/Alpha.php:43:16: NullableReturnStatement: The declared return type 'list<string>|mixed|string' for Laminas\I18n\Filter\Alpha::filter is not nullable, but the function returns 'array<array-key, string>|null|string' (see https://psalm.dev/139)
PossiblyFalsePropertyAssignmentValue: src/Translator/Loader/Gettext.php#L63
src/Translator/Loader/Gettext.php:63:23: PossiblyFalsePropertyAssignmentValue: $this->file with non-falsable declared type 'resource' cannot be assigned possibly false type 'false|resource' (see https://psalm.dev/146)
PossiblyFalseArgument: src/Translator/Loader/Gettext.php#L123
src/Translator/Loader/Gettext.php:123:49: PossiblyFalseArgument: Argument 2 of explode cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Translator/Loader/Gettext.php#L128
src/Translator/Loader/Gettext.php:128:52: PossiblyFalseArgument: Argument 2 of explode cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Translator/Loader/Gettext.php#L174
src/Translator/Loader/Gettext.php:174:38: PossiblyFalseArgument: Argument 2 of unpack cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Translator/Loader/Gettext.php#L176
src/Translator/Loader/Gettext.php:176:38: PossiblyFalseArgument: Argument 2 of unpack cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyInvalidArrayAccess: src/Translator/Loader/Gettext.php#L179
src/Translator/Loader/Gettext.php:179:16: PossiblyInvalidArrayAccess: Cannot access array value on non-array variable $result of type false (see https://psalm.dev/109)
FalsableReturnStatement: src/Translator/Loader/Gettext.php#L191
src/Translator/Loader/Gettext.php:191:20: FalsableReturnStatement: The declared return type 'int' for Laminas\I18n\Translator\Loader\Gettext::readIntegerList does not allow false, but the function returns 'array<array-key, mixed>|false' (see https://psalm.dev/137)
PossiblyFalseArgument: src/Translator/Loader/Gettext.php#L191
src/Translator/Loader/Gettext.php:191:39: PossiblyFalseArgument: Argument 2 of unpack cannot be false, possibly string value expected (see https://psalm.dev/104)