Passed
Push — master ( a1e798...c19fc7 )
by Bence
04:56
created
src/WrapIt/Http/Requester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
85 85
         switch ($data["compression"]) {
86 86
             case "gzip":
87
-                curl_setopt($ch, CURLOPT_ENCODING , "gzip");
87
+                curl_setopt($ch, CURLOPT_ENCODING, "gzip");
88 88
                 break;
89 89
             default:
90 90
                 break;
Please login to merge, or discard this patch.