Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class InfoCc extends ConfigurableInfo |
||
18 | { |
||
19 | /** |
||
20 | * Returns label. |
||
21 | * |
||
22 | * @param string $field |
||
23 | * |
||
24 | * @return Phrase |
||
25 | */ |
||
26 | protected function getLabel($field) |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * Returns value view. |
||
33 | * |
||
34 | * @param string $field |
||
35 | * @param string $value |
||
36 | * |
||
37 | * @return string | Phrase |
||
38 | */ |
||
39 | protected function getValueView($field, $value) |
||
48 |
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