Skip to content

Update dependency vimeo/psalm to v6 #675

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #675

Triggered via pull request February 17, 2025 06:42
Status Failure
Total duration 2m 20s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
6s
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)
ClassMustBeFinal: src/Exception/ExtensionNotLoadedException.php#L7
src/Exception/ExtensionNotLoadedException.php:7:7: ClassMustBeFinal: Class Laminas\I18n\Exception\ExtensionNotLoadedException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Exception/OutOfBoundsException.php#L5
src/Exception/OutOfBoundsException.php:5:7: ClassMustBeFinal: Class Laminas\I18n\Exception\OutOfBoundsException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Exception/ParseException.php#L5
src/Exception/ParseException.php:5:7: ClassMustBeFinal: Class Laminas\I18n\Exception\ParseException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Exception/RangeException.php#L5
src/Exception/RangeException.php:5:7: ClassMustBeFinal: Class Laminas\I18n\Exception\RangeException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Filter/Alpha.php#L13
src/Filter/Alpha.php:13:7: ClassMustBeFinal: Class Laminas\I18n\Filter\Alpha is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
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)
ClassMustBeFinal: src/Filter/NumberFormat.php#L11
src/Filter/NumberFormat.php:11:7: ClassMustBeFinal: Class Laminas\I18n\Filter\NumberFormat is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Module.php#L11
src/Module.php:11:7: ClassMustBeFinal: Class Laminas\I18n\Module is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Translator/Loader/Gettext.php#L24
src/Translator/Loader/Gettext.php:24:7: ClassMustBeFinal: Class Laminas\I18n\Translator\Loader\Gettext is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)