Lock file maintenance #412
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
10 errors
ClassMustBeFinal:
src/ConfigProvider.php#L16
src/ConfigProvider.php:16:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\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/InvalidResponseBodyException.php#L9
src/Exception/InvalidResponseBodyException.php:9:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\Exception\InvalidResponseBodyException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/ProblemDetailsMiddleware.php#L25
src/ProblemDetailsMiddleware.php:25:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\ProblemDetailsMiddleware is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/ProblemDetailsMiddlewareFactory.php#L11
src/ProblemDetailsMiddlewareFactory.php:11:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\ProblemDetailsMiddlewareFactory is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/ProblemDetailsNotFoundHandler.php#L16
src/ProblemDetailsNotFoundHandler.php:16:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\ProblemDetailsNotFoundHandler is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/ProblemDetailsNotFoundHandlerFactory.php#L11
src/ProblemDetailsNotFoundHandlerFactory.php:11:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\ProblemDetailsNotFoundHandlerFactory is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/ProblemDetailsResponseFactory.php#L68
src/ProblemDetailsResponseFactory.php:68:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\ProblemDetailsResponseFactory is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
ClassMustBeFinal:
src/ProblemDetailsResponseFactoryFactory.php#L15
src/ProblemDetailsResponseFactoryFactory.php:15:7: ClassMustBeFinal: Class Mezzio\ProblemDetails\ProblemDetailsResponseFactoryFactory 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#L14
test/ConfigProviderTest.php:14:7: ClassMustBeFinal: Class MezzioTest\ProblemDetails\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/ProblemDetailsMiddlewareFactoryTest.php#L16
test/ProblemDetailsMiddlewareFactoryTest.php:16:7: ClassMustBeFinal: Class MezzioTest\ProblemDetails\ProblemDetailsMiddlewareFactoryTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|