Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public function getConfigTreeBuilder() |
||
30 | { |
||
31 | $treeBuilder = new TreeBuilder(); |
||
32 | $rootNode = $treeBuilder->root('cwd_datamolino'); |
||
33 | $rootNode->children() |
||
34 | ->variableNode('client_id')->end() |
||
35 | ->variableNode('client_secret')->end() |
||
36 | ->variableNode('datamolino_host')->defaultValue('beta.datamolino.com')->end() |
||
37 | ->variableNode('username')->end() |
||
38 | ->variableNode('password')->end() |
||
39 | ->end(); |
||
40 | |||
41 | return $treeBuilder; |
||
42 | } |
||
44 |
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