@@ -84,7 +84,7 @@ |
||
| 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; |
@@ -5,7 +5,6 @@ |
||
| 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 | /** |
@@ -4,7 +4,6 @@ |
||
| 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 | |