Passed
Push — master ( c2f5d4...3262e6 )
by Jesse
02:44
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.