@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | { |
| 96 | 96 | $this->client = new MultiCurl(); |
| 97 | 97 | |
| 98 | - $this->client->complete(function (Curl $instance) { |
|
| 98 | + $this->client->complete(function(Curl $instance) { |
|
| 99 | 99 | $this->handleResponse($instance); |
| 100 | 100 | }); |
| 101 | 101 | |
@@ -373,7 +373,7 @@ discard block |
||
| 373 | 373 | $headers = []; |
| 374 | 374 | |
| 375 | 375 | while ($httpHeaders->valid()) { |
| 376 | - $headers[strtolower((string)$httpHeaders->key())] = $httpHeaders->current(); |
|
| 376 | + $headers[strtolower((string) $httpHeaders->key())] = $httpHeaders->current(); |
|
| 377 | 377 | $httpHeaders->next(); |
| 378 | 378 | } |
| 379 | 379 | |