Completed
Push — master ( 8e2a11...75f5d2 )
by Bukashk0zzz
04:59 queued 02:10
created
Service/GuzzleJWTMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public static function authTokenMiddleware(string $issuer, string $secret, ?string $user): callable
25 25
     {
26 26
         return Middleware::mapRequest(
27
-            function (RequestInterface $request) use ($issuer, $secret, $user) {
27
+            function(RequestInterface $request) use ($issuer, $secret, $user) {
28 28
                 return new Request(
29 29
                     $request->getMethod(),
30 30
                     $request->getUri(),
Please login to merge, or discard this patch.