@@ -43,7 +43,7 @@ |
||
43 | 43 | */ |
44 | 44 | public function __invoke(callable $handler) |
45 | 45 | { |
46 | - return function(RequestInterface $request, array $options) use ($handler) { |
|
46 | + return function (RequestInterface $request, array $options) use ($handler) { |
|
47 | 47 | $request = $this->authenticate($request); |
48 | 48 | return $handler($request, $options); |
49 | 49 | }; |