Completed
Push — master ( a4c1f1 )
by Carlos
06:38
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/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 Doctrine\Common\Cache\Cache;
24 24
 use Doctrine\Common\Cache\FilesystemCache;
25 25
 use EasyWeChat\Core\AbstractAPI;
26
-use EasyWeChat\Core\Http;
27 26
 use EasyWeChat\Support\Str;
28 27
 use EasyWeChat\Support\Url as UrlHelper;
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
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use EasyWeChat\Core\AbstractAPI;
24 24
 use EasyWeChat\Core\Exceptions\InvalidArgumentException;
25
-use EasyWeChat\Core\Http;
26 25
 use EasyWeChat\Message\Article;
27 26
 
28 27
 /**
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.