Completed
Push — v2 ( 19069a...72326a )
by Daniel
12:11 queued 07:11
created
src/DataTransformer/CollectionOutputDataTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
          */
96 96
         $collection = $this->dataProvider->getCollection($resourceClass, Request::METHOD_GET, $dataProviderContext);
97 97
         if ($collection instanceof Paginator) {
98
-            $collection = (array)$collection->getIterator();
98
+            $collection = (array) $collection->getIterator();
99 99
         }
100 100
 
101 101
         $normalizedCollection = $this->itemNormalizer->normalize(
Please login to merge, or discard this patch.