Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
12 | public function getConfigTreeBuilder() |
||
13 | { |
||
14 | $treeBuilder = new TreeBuilder(); |
||
15 | $rootNode = $treeBuilder->root('itmedia_zippy_bus') |
||
16 | ->addDefaultsIfNotSet() |
||
17 | ->children() |
||
18 | ->integerNode('cache_ttl')->defaultValue(3600)->end() |
||
19 | ->scalarNode('token')->end() |
||
20 | ->end(); |
||
21 | |||
22 | return $treeBuilder; |
||
23 | } |
||
25 |
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