@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | |
69 | 69 | private function isClientValid() |
70 | 70 | { |
71 | - if (! $this->client) { |
|
71 | + if (!$this->client) { |
|
72 | 72 | throw new \Exception('Client is not valid'); |
73 | 73 | } |
74 | 74 | } |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | { |
105 | 105 | $resources = $this->client->getResources(); |
106 | 106 | |
107 | - if (! $resources) { |
|
107 | + if (!$resources) { |
|
108 | 108 | $resources = json_encode( |
109 | 109 | array( |
110 | 110 | 'status' => 'offline' |