@@ -321,7 +321,7 @@ discard block |
||
321 | 321 | */ |
322 | 322 | public function usesEncryption(): bool |
323 | 323 | { |
324 | - return (bool)$this->encryptionAlgorithm && $this->encryptionKey; |
|
324 | + return (bool) $this->encryptionAlgorithm && $this->encryptionKey; |
|
325 | 325 | } |
326 | 326 | |
327 | 327 | public function getCertificatePublicUrl(string $realm): string |
@@ -410,7 +410,7 @@ discard block |
||
410 | 410 | } |
411 | 411 | } |
412 | 412 | |
413 | - public function refreshTokenIfExpired(AccessToken &$token): void |
|
413 | + public function refreshTokenIfExpired(AccessToken & $token): void |
|
414 | 414 | { |
415 | 415 | if ($token->hasExpired()) { |
416 | 416 | $token = $this->getAccessToken( |