Completed
Push — master ( 332770...076a6e )
by Guillaume
05:49
created
src/JwtMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     {
48 48
         $token = $this->jwtManager->getJwtToken()->getToken();
49 49
 
50
-        return function (
50
+        return function(
51 51
             RequestInterface $request,
52 52
             array $options
53 53
         ) use (
Please login to merge, or discard this patch.