@@ -105,7 +105,7 @@ |
||
| 105 | 105 | { |
| 106 | 106 | $this->client = $client ?: new MultiCurl(); |
| 107 | 107 | |
| 108 | - $this->client->complete(function (Curl $instance) { |
|
| 108 | + $this->client->complete(function(Curl $instance) { |
|
| 109 | 109 | $this->handleResponse($instance); |
| 110 | 110 | }); |
| 111 | 111 | |