Completed
Push — master ( 36456a...2e745b )
by Jesse
03:29
created
src/NoSuchClass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 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;
6 6
 
Please login to merge, or discard this patch.
src/Instruction/Relation/Relationship.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Stratadox\Hydration\Mapper\Instruction\Relation;
5 5
 
@@ -151,7 +151,7 @@  discard block
 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.