Passed
Push — master ( 13d8cc...7bc2a7 )
by Jesse
03:29
created
src/Loader/Wire.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $this->to = $to;
27 27
         $this->relation = $relation;
28 28
         // @todo use hydrator!
29
-        $this->setter = function (string $property, $value): void {
29
+        $this->setter = function(string $property, $value): void {
30 30
             $this->$property = $value;
31 31
         };
32 32
     }
Please login to merge, or discard this patch.