@@ -63,7 +63,7 @@ |
||
| 63 | 63 | $this->seedMiddlewareStack(); |
| 64 | 64 | } |
| 65 | 65 | $next = $this->stack->top(); |
| 66 | - $this->stack[] = function ( |
|
| 66 | + $this->stack[] = function( |
|
| 67 | 67 | ServerRequestInterface $request, |
| 68 | 68 | ResponseInterface $response |
| 69 | 69 | ) use ($callable, $next) { |