@@ -183,7 +183,7 @@ |
||
| 183 | 183 | protected function discoverNode() |
| 184 | 184 | { |
| 185 | 185 | $chainpointUrls = $this->config()->get('chainpoint_urls'); |
| 186 | - $url = $chainpointUrls[rand(0,2)]; |
|
| 186 | + $url = $chainpointUrls[rand(0, 2)]; |
|
| 187 | 187 | $response = $this->client($url, 'GET', [], false); |
| 188 | 188 | |
| 189 | 189 | if ($response->getStatusCode() !== 200) { |
@@ -132,7 +132,7 @@ |
||
| 132 | 132 | public function keyTable() |
| 133 | 133 | { |
| 134 | 134 | |
| 135 | - return file_get_contents(realpath(__DIR__) . '/../../doc/statuses.txt'); |
|
| 135 | + return file_get_contents(realpath(__DIR__).'/../../doc/statuses.txt'); |
|
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | } |