Passed
Pull Request — master (#1)
by Niels
03:41
created
src/AuthZeroAuthenticatingHttpClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         $cacheKey = preg_replace('#[\{\}\(\)\/\\\@:]+#', '_', $this->authZeroConfiguration->getAudience());
88 88
         $accessToken = $this->accessTokenCache->get(
89 89
             $cacheKey,
90
-            function (ItemInterface $item) {
90
+            function(ItemInterface $item) {
91 91
                 return $this->getAccessTokenCache($item);
92 92
             }
93 93
         );
Please login to merge, or discard this patch.