Passed
Pull Request — master (#417)
by
unknown
01:39
created
src/Picqer/Financials/Exact/Connection.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -186,11 +186,11 @@
 block discarded – undo
186 186
         }
187 187
 
188 188
         // If access token is not set or token has expired, acquire new token
189
-		if (empty($this->accessToken)) {
190
-			$this->acquireAccessToken();
191
-		} else if($this->tokenHasExpired()) {
192
-			return 'expired';
193
-		}
189
+        if (empty($this->accessToken)) {
190
+            $this->acquireAccessToken();
191
+        } else if($this->tokenHasExpired()) {
192
+            return 'expired';
193
+        }
194 194
 		
195 195
         $client = $this->client();
196 196
 
Please login to merge, or discard this patch.