@@ -52,7 +52,7 @@ discard block |
||
| 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 |
||
| 75 | 75 | } |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | - if (! $cachedData) { |
|
| 78 | + if (!$cachedData) { |
|
| 79 | 79 | $token = $this->login(); |
| 80 | 80 | } |
| 81 | 81 | |