Completed
Push — master ( bb131b...ea520a )
by Bukashk0zzz
03:03
created
Service/JWTMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public static function authTokenMiddleware(string $issuer, string $secret): callable
24 24
     {
25 25
         return Middleware::mapRequest(
26
-            function (RequestInterface $request) use ($issuer, $secret) {
26
+            function(RequestInterface $request) use ($issuer, $secret) {
27 27
                 return new Request(
28 28
                     $request->getMethod(),
29 29
                     $request->getUri(),
Please login to merge, or discard this patch.