@@ -87,7 +87,7 @@ |
||
| 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 | ); |