Completed
Push — master ( 35993a...8e7e6b )
by Jesse
02:55
created
src/Instruction/Relation/Relationship.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Stratadox\Hydration\Mapper\Instruction\Relation;
6 6
 
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     {
159 159
         return OneOfTheseHydrators::decideBasedOnThe(
160 160
             $this->decisionKey,
161
-            array_map(function (RepresentsChoice $choice) {
161
+            array_map(function(RepresentsChoice $choice) {
162 162
                 return $choice->finish();
163 163
             }, $this->choices)
164 164
         );
Please login to merge, or discard this patch.