Completed
Push — master ( ac7d60...f9cacf )
by Denis
04:30
created
src/helper/Curl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
         $curlResult = curl_exec($curl);
67 67
 
68
-        Debuger::dump('Response code: ' . (curl_errno($curl) ? '!!! Error !!!' :  curl_getinfo($curl)['http_code']) . "\n");
68
+        Debuger::dump('Response code: ' . (curl_errno($curl) ? '!!! Error !!!' : curl_getinfo($curl)['http_code']) . "\n");
69 69
 
70 70
         if (curl_errno($curl)) {
71 71
             return Curl::getError('Curl error: ' . curl_errno($curl), 500);
Please login to merge, or discard this patch.