Passed
Push — master ( a9e7e7...efcafd )
by Daniel
02:08
created
source/InputOutputCurl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         curl_setopt($chanel, CURLOPT_FRESH_CONNECT, true); //avoid a cached response
42 42
         curl_setopt($chanel, CURLOPT_FAILONERROR, true);
43 43
         curl_setopt($chanel, CURLOPT_TCP_FASTOPEN, true);
44
-        $aReturn    = [
44
+        $aReturn = [
45 45
             'response' => curl_exec($chanel),
46 46
             'errNo'    => curl_errno($chanel),
47 47
             'errMsg'   => curl_error($chanel),
Please login to merge, or discard this patch.