Passed
Push — minor-bugsquish ( 3b450c...7b343f )
by Simon
03:21
created
includes/Helpers/OAuthUserHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
             $rawTicket = $this->oauthProtocolHelper->getIdentityTicket($token->getToken(), $token->getSecret());
233 233
         }
234 234
         catch (Exception $ex) {
235
-            if(strpos($ex->getMessage(), "mwoauthdatastore-access-token-not-found") !== false) {
235
+            if (strpos($ex->getMessage(), "mwoauthdatastore-access-token-not-found") !== false) {
236 236
                 throw new OAuthException('No approved grants for this access token.', -1, $ex);
237 237
             }
238 238
 
Please login to merge, or discard this patch.