@@ -209,7 +209,7 @@ |
||
| 209 | 209 | private function fetch() |
| 210 | 210 | { |
| 211 | 211 | if ($this->curl instanceof MultiCurl) { |
| 212 | - $this->curl->complete(function ($instance) { |
|
| 212 | + $this->curl->complete(function($instance) { |
|
| 213 | 213 | if ($instance->error) { |
| 214 | 214 | $this->errors[] = [ |
| 215 | 215 | 'code' => $instance->getErrorCode(), |