Update dependency vimeo/psalm to v6 #414
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
4s
Matrix: ci / QA Checks
Annotations
10 errors
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
ClassMustBeFinal:
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)
|
UnusedBaselineEntry:
src/AuthorizationMiddleware.php#L1
src/AuthorizationMiddleware.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 2 extra entries. (see https://psalm.dev/316)
|
UnusedIssueHandlerSuppression:
psalm.xml#L1
/github/workspace/psalm.xml:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "InternalMethod" for was not thrown. (see https://psalm.dev/326)
|