Passed
Branch master (7ea8d9)
by Scott
03:09
created
Category
src/Clients/Curl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.