@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | 'ssl_key' => null, |
| 57 | 57 | 'verify' => true, |
| 58 | 58 | 'show_node_info' => false, |
| 59 | - 'timeout' => 10 |
|
| 59 | + 'timeout' => 10 |
|
| 60 | 60 | ]; |
| 61 | 61 | |
| 62 | 62 | foreach ($config as $key => $value) { |
@@ -296,7 +296,7 @@ discard block |
||
| 296 | 296 | 'headers' => $headers, |
| 297 | 297 | 'body' => $json, |
| 298 | 298 | 'http_errors' => true, |
| 299 | - 'timeout' => $this->config['timeout'] |
|
| 299 | + 'timeout' => $this->config['timeout'] |
|
| 300 | 300 | ]); |
| 301 | 301 | |
| 302 | 302 | if ($url['scheme'] == 'https') { |
@@ -286,7 +286,7 @@ |
||
| 286 | 286 | |
| 287 | 287 | $headers = [ |
| 288 | 288 | 'Content-type' => 'application/json', |
| 289 | - 'Authorization' => 'apikey ' . $this->config['apikey'], |
|
| 289 | + 'Authorization' => 'apikey '.$this->config['apikey'], |
|
| 290 | 290 | ]; |
| 291 | 291 | |
| 292 | 292 | try { |