Passed
Push — master ( 21f9a2...11dacc )
by Bence
12:44
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.
src/WrapIt/Helpers/WrapItLoginHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use WrapIt\WrapIt;
6 6
 use WrapIt\Exceptions\WrapItParameterException;
7 7
 use WrapIt\Exceptions\WrapItResponseException;
8
-use WrapIt\Http\WrapItApiRequester;
9 8
 use WrapIt\Helpers\Helper;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/WrapIt/Helpers/WrapItPushHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use WrapIt\WrapIt;
6 6
 use WrapIt\Exceptions\WrapItParameterException;
7
-use WrapIt\Http\WrapItApiRequester;
8 7
 use WrapIt\Http\WrapItPushRequester;
9 8
 use WrapIt\Helpers\Helper;
10 9
 
Please login to merge, or discard this patch.