@@ -10,8 +10,8 @@ |
||
10 | 10 | use GuzzleHttp\Exception\GuzzleException; |
11 | 11 | use GuzzleHttp\Exception\RequestException; |
12 | 12 | use GuzzleHttp\Exception\ServerException; |
13 | -use GuzzleHttp\Handler\MockHandler; |
|
14 | 13 | use GuzzleHttp\HandlerStack; |
14 | +use GuzzleHttp\Handler\MockHandler; |
|
15 | 15 | use GuzzleHttp\Psr7\Response; |
16 | 16 | |
17 | 17 | class HttpClient |