Total Complexity | 6 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class CustomFieldsMapper extends CustomMapper |
||
12 | { |
||
13 | /** |
||
14 | * @param Canvas\Models\FileSystem $file |
||
15 | * @param Canvas\Dto\Files $fileDto |
||
16 | * @return Files |
||
17 | */ |
||
18 | public function mapToObject($customField, $customFieldDto, array $context = []) |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Format the value array of a custom field. |
||
40 | * |
||
41 | * @param array $values |
||
42 | * @return array |
||
43 | */ |
||
44 | private function getValues(Resultset $values): array |
||
57 |
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