Update dependency vimeo/psalm to v6 #382
continuous-integration.yml
on: push
ci
/
Generate job matrix
5s
Matrix: ci / QA Checks
Annotations
10 errors
ClassMustBeFinal:
src/ConfigProvider.php#L7
src/ConfigProvider.php:7:7: ClassMustBeFinal: Class Mezzio\Flash\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/InvalidFlashMessagesImplementationException.php#L13
src/Exception/InvalidFlashMessagesImplementationException.php:13:7: ClassMustBeFinal: Class Mezzio\Flash\Exception\InvalidFlashMessagesImplementationException 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\Flash\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/MissingSessionException.php#L12
src/Exception/MissingSessionException.php:12:7: ClassMustBeFinal: Class Mezzio\Flash\Exception\MissingSessionException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/FlashMessageMiddleware.php#L16
src/FlashMessageMiddleware.php:16:7: ClassMustBeFinal: Class Mezzio\Flash\FlashMessageMiddleware is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/FlashMessages.php#L30
src/FlashMessages.php:30:7: ClassMustBeFinal: Class Mezzio\Flash\FlashMessages is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
test/ConfigProviderTest.php#L10
test/ConfigProviderTest.php:10:7: ClassMustBeFinal: Class MezzioTest\Flash\ConfigProviderTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
test/FlashMessageMiddlewareTest.php#L18
test/FlashMessageMiddlewareTest.php:18:7: ClassMustBeFinal: Class MezzioTest\Flash\FlashMessageMiddlewareTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
test/FlashMessagesTest.php#L16
test/FlashMessagesTest.php:16:7: ClassMustBeFinal: Class MezzioTest\Flash\FlashMessagesTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
test/TestAsset/FlashMessages.php#L10
test/TestAsset/FlashMessages.php:10:7: ClassMustBeFinal: Class MezzioTest\Flash\TestAsset\FlashMessages is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|