| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | trait FractalTrait |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Format results based on a transformer |
||
| 22 | * |
||
| 23 | * @param string $method |
||
| 24 | * @param mixed $results |
||
| 25 | * @param string $transformer |
||
| 26 | * @param string $resource |
||
| 27 | * @param array $relationships |
||
| 28 | * @param array $fields |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | protected function format(string $method, $results, string $transformer, string $resource, array $relationships = [], array $fields = []): array { |
||
| 51 |
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