Completed
Push — master ( 7dd3b4...978843 )
by Jesse
03:52
created
src/Instruction/Relation/Relationship.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
         assert(isset($this->decisionKey));
152 152
         return OneOfTheseHydrators::decideBasedOnThe(
153 153
             $this->decisionKey,
154
-            array_map(function (RepresentsChoice $choice): Hydrates {
154
+            array_map(function(RepresentsChoice $choice): Hydrates {
155 155
                 return $choice->finish();
156 156
             }, $this->choices)
157 157
         );
Please login to merge, or discard this patch.
src/Mapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         if (isset($this->decisionKey)) {
82 82
             return OneOfTheseHydrators::decideBasedOnThe(
83 83
                 $this->decisionKey,
84
-                array_map(function (RepresentsChoice $choice): Hydrates {
84
+                array_map(function(RepresentsChoice $choice): Hydrates {
85 85
                     return $choice->finish();
86 86
                 }, $this->choices)
87 87
             );
Please login to merge, or discard this patch.