Completed
Push — master ( 2cee6a...9d457f )
by Jesse
03:27
created
src/CouldNotMap.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\Hydrator;
6 6
 
Please login to merge, or discard this patch.
src/MappedHydrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     ) {
31 31
         $this->class = $reflector;
32 32
         $this->properties = $mapped;
33
-        $this->setter = $setter ?: function (string $attribute, $value)
33
+        $this->setter = $setter ?: function(string $attribute, $value)
34 34
         {
35 35
             $this->$attribute = $value;
36 36
         };
Please login to merge, or discard this patch.