Completed
Push — master ( e499e9...7184e1 )
by Ryosuke
03:50
created
src/Client.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use mpyw\Co\CoInterface;
6 6
 use mpyw\Co\CURLException;
7 7
 use mpyw\Coutte\Internal\AsyncClient as AsyncBaseClient;
8
-
9 8
 use Symfony\Component\BrowserKit\CookieJar;
10 9
 use Symfony\Component\BrowserKit\History;
11
-use Symfony\Component\BrowserKit\Request;
12 10
 use Symfony\Component\BrowserKit\Response;
13 11
 
14 12
 class Client extends AsyncBaseClient implements BasicInterface, RequesterInterface, AsyncRequesterInterface
Please login to merge, or discard this patch.