Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
18 | public function getMap(): array |
||
19 | { |
||
20 | return [ |
||
21 | 'category_key' => 'code', |
||
22 | 'parent_category_key' => 'parent', |
||
23 | 'localizedAttributes' => 'labels', |
||
24 | 'locales' => 'labels', |
||
25 | 'is_root' => function (array $item) { |
||
26 | return empty($item['parent']); |
||
27 | }, |
||
28 | 'is_main' => function (array $item) { |
||
29 | return true; |
||
30 | }, |
||
31 | 'fk_category_template' => function (array $item) { |
||
32 | return null; |
||
33 | }, |
||
45 |
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