@@ -148,7 +148,7 @@ |
||
148 | 148 | $this->CurlRequest->setOption(CURLOPT_POSTFIELDS, $body); |
149 | 149 | $this->CurlRequest->setOption(CURLOPT_HTTPHEADER, $headers); |
150 | 150 | $this->CurlRequest->setOption(CURLOPT_HEADERFUNCTION, |
151 | - function ($curl, $header) use ($response) { |
|
151 | + function($curl, $header) use ($response) { |
|
152 | 152 | $response->addHeader($header); |
153 | 153 | return strlen($header); |
154 | 154 | }); |