Completed
Pull Request — master (#243)
by Carlos
05:12 queued 01:51
created
src/Core/Http.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use GuzzleHttp\Client as HttpClient;
27 27
 use GuzzleHttp\HandlerStack;
28 28
 use GuzzleHttp\Psr7\Request;
29
-use GuzzleHttp\Psr7\Response;
30 29
 use Psr\Http\Message\ResponseInterface;
31 30
 
32 31
 /**
Please login to merge, or discard this patch.
src/Material/Temporary.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use EasyWeChat\Core\AbstractAPI;
24 24
 use EasyWeChat\Core\Exceptions\InvalidArgumentException;
25 25
 use EasyWeChat\Core\Exceptions\RuntimeException;
26
-use EasyWeChat\Core\Http;
27 26
 use EasyWeChat\Support\File;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
src/Js/Js.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use EasyWeChat\Core\AbstractAPI;
24 24
 use EasyWeChat\Core\Exceptions\InvalidArgumentException;
25 25
 use EasyWeChat\Core\Exceptions\RuntimeException;
26
-use EasyWeChat\Core\Http;
27 26
 use EasyWeChat\Support\File;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
src/Material/Material.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use EasyWeChat\Core\AbstractAPI;
24 24
 use EasyWeChat\Core\Exceptions\InvalidArgumentException;
25 25
 use EasyWeChat\Core\Exceptions\RuntimeException;
26
-use EasyWeChat\Core\Http;
27 26
 use EasyWeChat\Support\File;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.