Lock file maintenance #377
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
4s
Matrix: ci / QA Checks
Annotations
6 errors
|
ClassMustBeFinal:
src/BasicAccess.php#L23
src/BasicAccess.php:23:7: ClassMustBeFinal: Class Mezzio\Authentication\Basic\BasicAccess is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/BasicAccessFactory.php#L11
src/BasicAccessFactory.php:11:7: ClassMustBeFinal: Class Mezzio\Authentication\Basic\BasicAccessFactory 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\Authentication\Basic\ConfigProvider is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
test/BasicAccessFactoryTest.php#L19
test/BasicAccessFactoryTest.php:19:7: ClassMustBeFinal: Class MezzioTest\Authentication\Basic\BasicAccessFactoryTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
test/BasicAccessTest.php#L19
test/BasicAccessTest.php:19:7: ClassMustBeFinal: Class MezzioTest\Authentication\Basic\BasicAccessTest 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\Authentication\Basic\ConfigProviderTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|