@@ -52,7 +52,8 @@ |
||
52 | 52 | */ |
53 | 53 | private static function reduceMiddleware(RequestHandlerInterface $carry, string|MiddlewareInterface $item): RequestHandlerInterface |
54 | 54 | { |
55 | - return new readonly class (carry: $carry, item: $item) implements RequestHandlerInterface { |
|
55 | + return new readonly class (carry: $carry, item: $item) implements RequestHandlerInterface |
|
56 | + { |
|
56 | 57 | /** |
57 | 58 | * @param class-string|MiddlewareInterface $item |
58 | 59 | */ |