Completed
Branch develop (966c07)
by Carlos
02:52
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/Core/AbstractAPI.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use EasyWeChat\Core\Exceptions\HttpException;
25 25
 use EasyWeChat\Support\Collection;
26 26
 use EasyWeChat\Support\Log;
27
-use GuzzleHttp\Exception\RequestException;
28 27
 use GuzzleHttp\Middleware;
29 28
 use GuzzleHttp\Psr7\Uri;
30 29
 use Psr\Http\Message\RequestInterface;
Please login to merge, or discard this patch.