| Total Complexity | 7 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 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 = []) |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Format the value array of a custom field. |
||
| 41 | * |
||
| 42 | * @param array $values |
||
| 43 | * @return array |
||
| 44 | */ |
||
| 45 | private function getValues(Resultset $values): array |
||
| 58 |
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