@@ -25,7 +25,7 @@ |
||
25 | 25 | parent::__construct( |
26 | 26 | $subject, |
27 | 27 | $context, |
28 | - function (mixed $subject, Closure $context): mixed |
|
28 | + function(mixed $subject, Closure $context): mixed |
|
29 | 29 | { |
30 | 30 | $context($subject); |
31 | 31 | return $subject; |