Completed
Push — master ( c6f1c4...332770 )
by Guillaume
24:31
created
Category
src/JwtMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.