Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | class FluentSchemaExtension extends Extension |
||
27 | { |
||
28 | /** |
||
29 | * Add the locale fields |
||
30 | * |
||
31 | * @param ArrayList|DataList $data ArrayList to which the copy should be pushed |
||
32 | * @param array $item Item that's going to be altered per locale |
||
33 | */ |
||
34 | 1 | public function onAfterFieldDefinition($data, $item): void |
|
46 |
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