@@ -155,7 +155,7 @@ |
||
| 155 | 155 | try { |
| 156 | 156 | $this->idTokenHint = $this->idTokenManager->decode($requestData['id_token_hint']); |
| 157 | 157 | } catch (\Exception $exception) { |
| 158 | - throw new OAuthException('invalid_request', 'Failed to decode id_token_hint : ' . $exception->getMessage()); |
|
| 158 | + throw new OAuthException('invalid_request', 'Failed to decode id_token_hint : '.$exception->getMessage()); |
|
| 159 | 159 | } |
| 160 | 160 | } |
| 161 | 161 | |