Completed
Push — master ( 0b2259...8886fc )
by Jesse
02:25
created
src/ObjectHydrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     private function __construct(
25 25
         ?Closure $setter
26 26
     ) {
27
-        $this->setter = $setter ?: function (string $attribute, $value): void {
27
+        $this->setter = $setter ?: function(string $attribute, $value): void {
28 28
             $this->$attribute = $value;
29 29
         };
30 30
     }
Please login to merge, or discard this patch.
src/Mapping.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $this->properties = $properties;
20 20
     }
21 21
 
22
-    public static function for(
22
+    public static function for (
23 23
         Hydrates $hydrator,
24 24
         MapsProperties $properties
25 25
     ): Hydrates {
Please login to merge, or discard this patch.