Passed
Push — master ( 8278f2...2a258c )
by Alexandre
02:55
created
src/Extensions/OpenID/Endpoints/AuthorizationEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.