Passed
Push — v2 ( 72326a...b4e99a )
by Daniel
10:16
created
src/DataTransformer/CollectionOutputDataTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
             $collection->setCollection($normalizedCollection);
105 105
         }
106 106
 
107
-        $arrayCollection = $collection instanceof Paginator ? (array)$collection->getIterator() : $collection;
107
+        $arrayCollection = $collection instanceof Paginator ? (array) $collection->getIterator() : $collection;
108 108
         $resources = array_map(function ($object) {
109 109
             return $this->iriConverter->getIriFromItem($object);
110 110
         }, $arrayCollection);
Please login to merge, or discard this patch.