Test Setup Failed
Push — master ( c75b2e...e3f9e7 )
by Marco Aurélio
05:34 queued 02:33
created
src/KeyResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $url = $this->issuer->toString() . '/.well-known/jwks.json';
22 22
 
23
-        return $this->cache->remember('jwks', 7200, function () use ($url) {
23
+        return $this->cache->remember('jwks', 7200, function() use ($url) {
24 24
             return file_get_contents($url);
25 25
         });
26 26
     }
Please login to merge, or discard this patch.