Completed
Push — master ( 842d6f...e3f796 )
by Guillaume
05:01
created
src/JwtMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function __invoke(callable $handler)
40 40
     {
41
-        return function (
41
+        return function(
42 42
             RequestInterface $request,
43 43
             array $options
44 44
         ) use (
Please login to merge, or discard this patch.