@@ -27,7 +27,7 @@ |
||
| 27 | 27 | parent::__construct( |
| 28 | 28 | $subject, |
| 29 | 29 | $context, |
| 30 | - function (mixed $subject, Closure $context): mixed { |
|
| 30 | + function(mixed $subject, Closure $context): mixed { |
|
| 31 | 31 | $context($subject); |
| 32 | 32 | return $subject; |
| 33 | 33 | } |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | parent::__construct( |
| 29 | 29 | $subject, |
| 30 | 30 | $context, |
| 31 | - fn (mixed $subject, Closure $context): mixed => $context($subject) |
|
| 31 | + fn(mixed $subject, Closure $context): mixed => $context($subject) |
|
| 32 | 32 | ); |
| 33 | 33 | } |
| 34 | 34 | } |