| @@ -215,8 +215,8 @@ | ||
| 215 | 215 | */ | 
| 216 | 216 | public function headerMiddleware($header, $value) | 
| 217 | 217 |      { | 
| 218 | -        return function (callable $handler) use ($header, $value) { | |
| 219 | - return function ( | |
| 218 | +        return function(callable $handler) use ($header, $value) { | |
| 219 | + return function( | |
| 220 | 220 | RequestInterface $request, | 
| 221 | 221 | array $options | 
| 222 | 222 | ) use ( |