@@ -172,7 +172,7 @@ |
||
172 | 172 | } |
173 | 173 | } catch (\InvalidArgumentException $e) { |
174 | 174 | throw new OAuthException('invalid_request', |
175 | - 'The request includes the malformed parameter redirect_uri. ' . $e->getMessage(), |
|
175 | + 'The request includes the malformed parameter redirect_uri. '.$e->getMessage(), |
|
176 | 176 | 'https://tools.ietf.org/html/rfc6749#section-4.1'); |
177 | 177 | } |
178 | 178 |