Skip to content

Lock file maintenance #457

Lock file maintenance

Lock file maintenance #457

Triggered via pull request February 17, 2025 06:53
Status Failure
Total duration 1m 8s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
8s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ClassMustBeFinal: src/CacheSessionPersistence.php#L30
src/CacheSessionPersistence.php:30:7: ClassMustBeFinal: Class Mezzio\Session\Cache\CacheSessionPersistence is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/CacheSessionPersistenceFactory.php#L10
src/CacheSessionPersistenceFactory.php:10:7: ClassMustBeFinal: Class Mezzio\Session\Cache\CacheSessionPersistenceFactory 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\Session\Cache\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/InvalidArgumentException.php#L9
src/Exception/InvalidArgumentException.php:9:7: ClassMustBeFinal: Class Mezzio\Session\Cache\Exception\InvalidArgumentException 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/MissingDependencyException.php#L13
src/Exception/MissingDependencyException.php:13:7: ClassMustBeFinal: Class Mezzio\Session\Cache\Exception\MissingDependencyException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: test/CacheSessionPersistenceFactoryTest.php#L20
test/CacheSessionPersistenceFactoryTest.php:20:7: ClassMustBeFinal: Class MezzioTest\Session\Cache\CacheSessionPersistenceFactoryTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: test/CacheSessionPersistenceTest.php#L45
test/CacheSessionPersistenceTest.php:45:7: ClassMustBeFinal: Class MezzioTest\Session\Cache\CacheSessionPersistenceTest 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\Session\Cache\ConfigProviderTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)