Skip to content

Update dependency vimeo/psalm to v6 #421

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #421

Triggered via pull request February 24, 2025 05:42
Status Failure
Total duration 2m 12s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
4s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ClassMustBeFinal: src/ConfigProvider.php#L7
src/ConfigProvider.php:7:7: ClassMustBeFinal: Class Mezzio\Session\ConfigProvider 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/InvalidHopsValueException.php#L11
src/Exception/InvalidHopsValueException.php:11:7: ClassMustBeFinal: Class Mezzio\Session\Exception\InvalidHopsValueException 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/InvalidSessionSegmentDataException.php#L12
src/Exception/InvalidSessionSegmentDataException.php:12:7: ClassMustBeFinal: Class Mezzio\Session\Exception\InvalidSessionSegmentDataException 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/SessionSegmentConflictException.php#L11
src/Exception/SessionSegmentConflictException.php:11:7: ClassMustBeFinal: Class Mezzio\Session\Exception\SessionSegmentConflictException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: src/LazySession.php#L37
src/LazySession.php:37:5: MissingOverrideAttribute: Method Mezzio\Session\LazySession::regenerate should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/LazySession.php#L43
src/LazySession.php:43:5: MissingOverrideAttribute: Method Mezzio\Session\LazySession::isregenerated should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/LazySession.php#L52
src/LazySession.php:52:5: MissingOverrideAttribute: Method Mezzio\Session\LazySession::toarray should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/LazySession.php#L61
src/LazySession.php:61:5: MissingOverrideAttribute: Method Mezzio\Session\LazySession::get should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/LazySession.php#L66
src/LazySession.php:66:5: MissingOverrideAttribute: Method Mezzio\Session\LazySession::has should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/LazySession.php#L74
src/LazySession.php:74:5: MissingOverrideAttribute: Method Mezzio\Session\LazySession::set should have the "Override" attribute (see https://psalm.dev/358)