Passed
Push — feature/92 ( 38f07d...d3331a )
by Max
02:20
created
fakes/Let.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,8 +44,10 @@
 block discarded – undo
44 44
     /**
45 45
      * {@inheritDoc}
46 46
      */
47
-    public function do(Closure $context): mixed
47
+    public function do {
48
+        (Closure $context): mixed
48 49
     {
49 50
         return $context($this->subject);
50 51
     }
52
+    }
51 53
 }
Please login to merge, or discard this patch.