Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class Component extends AppComponent |
||
25 | { |
||
26 | /** |
||
27 | * @inheritDoc |
||
28 | */ |
||
29 | #[Override] |
||
30 | public static function getContainerProviders(): array |
||
31 | { |
||
32 | return [ |
||
33 | Interaction\Provider\ServiceProvider::class, |
||
34 | Middleware\Provider\ServiceProvider::class, |
||
35 | Routing\Provider\ServiceProvider::class, |
||
36 | Server\Provider\ServiceProvider::class, |
||
37 | ]; |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @inheritDoc |
||
42 | */ |
||
43 | #[Override] |
||
51 | ]; |
||
52 | } |
||
54 |
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