@@ -98,7 +98,7 @@ |
||
98 | 98 | $object->setCollection($normalizedCollection); |
99 | 99 | } |
100 | 100 | |
101 | - $arrayCollection = $collection instanceof Paginator ? (array)$collection->getIterator() : $collection; |
|
101 | + $arrayCollection = $collection instanceof Paginator ? (array) $collection->getIterator() : $collection; |
|
102 | 102 | $resources = array_map(function ($object) { |
103 | 103 | return $this->iriConverter->getIriFromItem($object); |
104 | 104 | }, $arrayCollection); |