Completed
Push — master ( d61ccd...74eea6 )
by Alexandre
03:47
created
src/Endpoints/AuthorizationRequestBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.