Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | final class LogCollectorBootloader extends Bootloader |
||
24 | { |
||
25 | protected const DEPENDENCIES = [ |
||
26 | DebugBootloader::class |
||
27 | ]; |
||
28 | |||
29 | protected const SINGLETONS = [ |
||
30 | LogCollector::class => LogCollector::class |
||
31 | ]; |
||
32 | |||
33 | /** |
||
34 | * @param LogCollector $logCollector |
||
35 | * @param DebugBootloader $debug |
||
36 | * @param ListenerRegistryInterface $listenerRegistry |
||
37 | * @param FinalizerInterface $finalizer |
||
38 | */ |
||
39 | public function boot( |
||
50 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths