Completed
Push — master ( 4af1b4...38fe2d )
by Peter
11s
created
src/JsonApiHydrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     protected function mapRelationshipsArray(array $data)
67 67
     {
68 68
         return array_map(
69
-            function ($relation) {
69
+            function($relation) {
70 70
                 return $this->getResourceId($relation) ?: ['attributes' => $relation];
71 71
             },
72 72
             $data
Please login to merge, or discard this patch.