Update dependency vimeo/psalm to v6 #421
Annotations
10 errors
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Psalm [8.1, locked]:
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)
|
Loading