Completed
Push — develop ( e75c9e...43e4be )
by
unknown
11s
created
src/Client.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
                             ->exchangeAuthorizationCodeForToken($code, $realm_id);
120 120
 
121 121
         $this->getDataService()
122
-             ->updateOAuth2Token($oauth_token);
122
+                ->updateOAuth2Token($oauth_token);
123 123
 
124 124
         $this->token->parseOauthToken($oauth_token)
125 125
                     ->save();
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     {
161 161
         if (!isset($this->report_service)) {
162 162
             $this->report_service = new ReportService($this->getDataService()
163
-                                                           ->getServiceContext());
163
+                                                            ->getServiceContext());
164 164
         }
165 165
 
166 166
         return $this->report_service;
Please login to merge, or discard this patch.