Passed
Push — feature/92 ( ee724f )
by Max
02:52
created
fakes/Block.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,5 +19,7 @@
 block discarded – undo
19 19
      * @phpstan-return T
20 20
      * @return mixed
21 21
      */
22
-    public function do(Closure $context): mixed;
23
-}
22
+    public function do {
23
+        (Closure $context): mixed;
24
+    }
25
+    }
Please login to merge, or discard this patch.