@@ -35,7 +35,7 @@ |
||
35 | 35 | curl_setopt( |
36 | 36 | $this->curlHandle, |
37 | 37 | CURLOPT_HEADERFUNCTION, |
38 | - function ($curl, $header) use (&$headers) { |
|
38 | + function($curl, $header) use (&$headers) { |
|
39 | 39 | if (strpos($header, ':') !== false) { |
40 | 40 | list($key, $value) = explode(':', $header, 2); |
41 | 41 | $headers[$key] = trim($value); |