Passed
Push — master ( 70a6cc...47c822 )
by Thomas Mauro
03:20
created
src/Middleware/JWKSetHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
             $response = $response->withHeader('Cache-Control', 'max-age=' . $this->maxAge);
48 48
         }
49 49
 
50
-        $keys = \array_map(static function (JWK $jwk) {
50
+        $keys = \array_map(static function(JWK $jwk) {
51 51
             return $jwk->toPublic();
52 52
         }, $this->jwkset->all());
53 53
 
Please login to merge, or discard this patch.