Add support for PHP 8.4 and upgrade Laminas coding standard to ^3.0 #168
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
6s
Matrix: ci / QA Checks
Annotations
10 errors
PossiblyUnusedMethod:
src/Feature/AutoloaderProviderInterface.php#L14
src/Feature/AutoloaderProviderInterface.php:14:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\ModuleManager\Feature\AutoloaderProviderInterface::getAutoloaderConfig (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Feature/BootstrapListenerInterface.php#L16
src/Feature/BootstrapListenerInterface.php:16:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\ModuleManager\Feature\BootstrapListenerInterface::onBootstrap (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Feature/ConfigProviderInterface.php#L16
src/Feature/ConfigProviderInterface.php:16:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\ModuleManager\Feature\ConfigProviderInterface::getConfig (see https://psalm.dev/087)
|
UnusedClass:
src/Feature/ConsoleBannerProviderInterface.php#L9
src/Feature/ConsoleBannerProviderInterface.php:9:11: UnusedClass: Class Laminas\ModuleManager\Feature\ConsoleBannerProviderInterface is never used (see https://psalm.dev/075)
|
UnusedClass:
src/Feature/ConsoleUsageProviderInterface.php#L9
src/Feature/ConsoleUsageProviderInterface.php:9:11: UnusedClass: Class Laminas\ModuleManager\Feature\ConsoleUsageProviderInterface is never used (see https://psalm.dev/075)
|
UnusedClass:
src/Feature/ControllerPluginProviderInterface.php#L9
src/Feature/ControllerPluginProviderInterface.php:9:11: UnusedClass: Class Laminas\ModuleManager\Feature\ControllerPluginProviderInterface is never used (see https://psalm.dev/075)
|
UnusedClass:
src/Feature/ControllerProviderInterface.php#L9
src/Feature/ControllerProviderInterface.php:9:11: UnusedClass: Class Laminas\ModuleManager\Feature\ControllerProviderInterface is never used (see https://psalm.dev/075)
|
PossiblyUnusedMethod:
src/Feature/DependencyIndicatorInterface.php#L14
src/Feature/DependencyIndicatorInterface.php:14:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\ModuleManager\Feature\DependencyIndicatorInterface::getModuleDependencies (see https://psalm.dev/087)
|
UnusedClass:
src/Feature/FilterProviderInterface.php#L9
src/Feature/FilterProviderInterface.php:9:11: UnusedClass: Class Laminas\ModuleManager\Feature\FilterProviderInterface is never used (see https://psalm.dev/075)
|
UnusedClass:
src/Feature/FormElementProviderInterface.php#L9
src/Feature/FormElementProviderInterface.php:9:11: UnusedClass: Class Laminas\ModuleManager\Feature\FormElementProviderInterface is never used (see https://psalm.dev/075)
|