@@ -97,7 +97,7 @@ |
||
| 97 | 97 | |
| 98 | 98 | foreach ($this->stack as $callable) { |
| 99 | 99 | $next = $handler; |
| 100 | - $handler = function ( |
|
| 100 | + $handler = function( |
|
| 101 | 101 | ServerRequestInterface $request, |
| 102 | 102 | ResponseInterface $response |
| 103 | 103 | ) use ( |