Update dependency vimeo/psalm to v6 #414
Annotations
10 errors
Psalm [8.1, locked]:
src/AuthorizationMiddleware.php#L14
src/AuthorizationMiddleware.php:14:7: ClassMustBeFinal: Class Mezzio\Authorization\AuthorizationMiddleware 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/AuthorizationMiddlewareFactory.php#L13
src/AuthorizationMiddlewareFactory.php:13:7: ClassMustBeFinal: Class Mezzio\Authorization\AuthorizationMiddlewareFactory 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/ConfigProvider.php#L7
src/ConfigProvider.php:7:7: ClassMustBeFinal: Class Mezzio\Authorization\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/InvalidConfigException.php#L7
src/Exception/InvalidConfigException.php:7:7: ClassMustBeFinal: Class Mezzio\Authorization\Exception\InvalidConfigException 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]:
test/AuthorizationMiddlewareFactoryTest.php#L18
test/AuthorizationMiddlewareFactoryTest.php:18:7: ClassMustBeFinal: Class MezzioTest\Authorization\AuthorizationMiddlewareFactoryTest 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]:
test/AuthorizationMiddlewareTest.php#L17
test/AuthorizationMiddlewareTest.php:17:7: ClassMustBeFinal: Class MezzioTest\Authorization\AuthorizationMiddlewareTest 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]:
test/ConfigProviderTest.php#L11
test/ConfigProviderTest.php:11:7: ClassMustBeFinal: Class MezzioTest\Authorization\ConfigProviderTest 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]:
test/ExceptionTest.php#L16
test/ExceptionTest.php:16:7: ClassMustBeFinal: Class MezzioTest\Authorization\ExceptionTest 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/AuthorizationMiddleware.php#L1
src/AuthorizationMiddleware.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 2 extra entries. (see https://psalm.dev/316)
|
Psalm [8.1, locked]:
psalm.xml#L1
/github/workspace/psalm.xml:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "InternalMethod" for was not thrown. (see https://psalm.dev/326)
|
Loading