Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class Extension implements Extensions |
||
22 | { |
||
23 | /** |
||
24 | * @param Configure $conf |
||
25 | */ |
||
26 | public function options(Configure $conf) : void |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param Bootstrap $boot |
||
33 | * @return Plugins |
||
34 | */ |
||
35 | public function plugins(Bootstrap $boot) : Plugins |
||
39 | ); |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * @return Components |
||
44 | */ |
||
45 | public function components() : Components |
||
52 |
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