Passed
Pull Request — master (#417)
by
unknown
03:30
created
src/Picqer/Financials/Exact/Connection.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         // If access token is not set or token has expired, acquire new token
169 169
 		if (empty($this->accessToken)){
170 170
 			$this->acquireAccessToken();
171
-		}else if($this->tokenHasExpired()){
171
+		} else if($this->tokenHasExpired()){
172 172
 			return 'expired';
173 173
 			/*throw new Exception("token is expired and need to update");*/
174 174
 		}
Please login to merge, or discard this patch.