Completed
Push — master ( e3f796...b61b2e )
by Guillaume
03:11 queued 01:56
created
src/JwtMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     {
41 41
         $manager = $this->jwtManager;
42 42
 
43
-        return function (
43
+        return function(
44 44
             RequestInterface $request,
45 45
             array $options
46 46
         ) use (
Please login to merge, or discard this patch.