@@ -41,7 +41,7 @@ |
||
41 | 41 | { |
42 | 42 | $token = $this->jwtManager->getJwtToken()->getToken(); |
43 | 43 | |
44 | - return function (RequestInterface $request, array $options) use (&$handler) { |
|
44 | + return function(RequestInterface $request, array $options) use (&$handler) { |
|
45 | 45 | $request->withHeader(sprintf(AUTH_HEADER, $token)); |
46 | 46 | |
47 | 47 | return $handler($request, $options); |