Passed
Push — master ( 2b47f2...d0c705 )
by Jesse
02:10
created
src/Wire.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $this->from = $from;
26 26
         $this->to = $to;
27 27
         $this->relation = $relation;
28
-        $this->setter = function (string $property, $value): void {
28
+        $this->setter = function(string $property, $value): void {
29 29
             $this->$property = $value;
30 30
         };
31 31
     }
Please login to merge, or discard this patch.