@@ -19,5 +19,7 @@ |
||
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 | + } |