Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class RiCollectionFactory extends CollectionFactory |
||
14 | { |
||
15 | /** |
||
16 | * Returns an array of ResourceIdentifierContract. |
||
17 | * |
||
18 | * @param Collection $collection |
||
19 | * @param string $resourceType |
||
20 | * |
||
21 | * @return array |
||
22 | */ |
||
23 | 21 | protected function transform($collection, $resourceType): array |
|
42 |