Passed
Push — master ( 7800a1...d4dd1b )
by Bence
02:12
created
src/WrapIt/Http/Requester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         curl_close($ch);
83 83
 
84 84
         if ($response_header["http_code"] == 0) {
85
-            throw new WrapItHTTPException("HTTP Connection error: ".$result);
85
+            throw new WrapItHTTPException("HTTP Connection error: " . $result);
86 86
         }
87 87
 
88 88
         switch ($data["response_type"]) {
Please login to merge, or discard this patch.