Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class Info extends ConfigurableInfo |
||
14 | { |
||
15 | /** |
||
16 | * Returns label |
||
17 | * |
||
18 | * @param string $field |
||
19 | * @return Phrase |
||
20 | */ |
||
21 | protected function getLabel($field) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Returns value view |
||
28 | * |
||
29 | * @param string $field |
||
30 | * @param string | array $value |
||
31 | * @return string | Phrase |
||
32 | */ |
||
33 | protected function getValueView($field, $value) |
||
42 |
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