Passed
Push — feature/92 ( ee724f...38f07d )
by Max
03:25
created
fakes/The.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,9 +47,11 @@
 block discarded – undo
47 47
     /**
48 48
      * {@inheritDoc}
49 49
      */
50
-    public function do(Closure $context): mixed
50
+    public function do {
51
+        (Closure $context): mixed
51 52
     {
52 53
         $context($this->subject);
54
+    }
53 55
         return $this->subject;
54 56
     }
55 57
 }
Please login to merge, or discard this patch.