@@ -137,7 +137,7 @@ |
||
137 | 137 | */ |
138 | 138 | public function keyTable() |
139 | 139 | { |
140 | - return file_get_contents(realpath(__DIR__) . '/../../doc/statuses.txt'); |
|
140 | + return file_get_contents(realpath(__DIR__).'/../../doc/statuses.txt'); |
|
141 | 141 | } |
142 | 142 | |
143 | 143 | } |
@@ -179,7 +179,7 @@ |
||
179 | 179 | return 'http://35.230.179.171/'; |
180 | 180 | |
181 | 181 | $chainpointUrls = $this->config()->get('chainpoint_urls'); |
182 | - $url = $chainpointUrls[rand(0,2)]; |
|
182 | + $url = $chainpointUrls[rand(0, 2)]; |
|
183 | 183 | $response = $this->client($url, 'GET', [], false); |
184 | 184 | |
185 | 185 | if ($response->getStatusCode() !== 200) { |