Passed
Pull Request — develop (#4)
by Jimmy
05:23 queued 53s
created
src/Client.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                             ->exchangeAuthorizationCodeForToken($code, $realm_id);
130 130
 
131 131
         $this->getDataService()
132
-             ->updateOAuth2Token($oauth_token);
132
+                ->updateOAuth2Token($oauth_token);
133 133
 
134 134
         $this->token->parseOauthToken($oauth_token)
135 135
                     ->save();
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
         if (!isset($this->report_service)) {
172 172
             $this->report_service = new ReportService(
173 173
                 $this->getDataService()
174
-                     ->getServiceContext()
174
+                        ->getServiceContext()
175 175
             );
176 176
         }
177 177
 
Please login to merge, or discard this patch.