Passed
Push — master ( 96636a...396363 )
by Alex
09:19 queued 05:52
created
src/Http/Requests/Connector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
             return json_decode($response->getBody()->getContents(), true);
54 54
         } catch (\GuzzleHttp\Exception\ClientException $e) {
55
-            if (! $firstTry && $e->getCode() == self::UNAUTHORIZED_CODE) {
55
+            if (!$firstTry && $e->getCode() == self::UNAUTHORIZED_CODE) {
56 56
                 Cache::forget(PhpIPAM::getCacheKey());
57 57
                 $this->configHeaders();
58 58
 
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
             }
76 76
         }
77 77
 
78
-        if (! $cachedData) {
78
+        if (!$cachedData) {
79 79
             $token = $this->login();
80 80
         }
81 81
 
Please login to merge, or discard this patch.