Total Complexity | 6 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | final class Funnel implements ModuleConfigurationInterface |
||
25 | { |
||
26 | public function addConfig(NodeBuilder $nodeBuilder): void |
||
27 | { |
||
28 | $nodeBuilder |
||
29 | ->arrayNode('funnel') |
||
30 | ->children() |
||
31 | ->booleanNode('enabled')->end() |
||
32 | ->end() |
||
33 | ->end(); |
||
34 | } |
||
35 | |||
36 | public function handleDefaultParameters(ContainerBuilder $container): void |
||
38 | // TODO: Implement handleDefaultParameters() method. |
||
39 | } |
||
40 | |||
41 | public function handleConfiguration(array $config, ContainerBuilder $container): void |
||
52 | } |
||
53 | } |
||
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