This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 14
14
use GuzzleHttp \Client ;
15
15
use GuzzleHttp \ClientInterface ;
16
16
use GuzzleHttp \Exception \RequestException ;
17
- use GuzzleHttp \Pool ;
18
- use Http \Client \Exception \BatchException ;
19
17
use Http \Client \Exception \HttpException ;
20
18
use Http \Client \Exception \NetworkException ;
21
19
use Http \Client \Exception ;
22
20
use Http \Client \HttpClient ;
23
- use Http \Client \Utils \BatchResult ;
24
21
use Psr \Http \Message \RequestInterface ;
25
- use Psr \Http \Message \ResponseInterface ;
26
22
27
23
/**
28
24
* @author David de Boer <[email protected] >
@@ -35,7 +31,7 @@ class Guzzle6HttpAdapter implements HttpClient
35
31
private $ client ;
36
32
37
33
/**
38
- * @param ClientInterface|null $client Guzzle client
34
+ * @param ClientInterface|null $client Guzzle client
39
35
*/
40
36
public function __construct (ClientInterface $ client = null )
41
37
{
@@ -55,7 +51,7 @@ public function sendRequest(RequestInterface $request)
55
51
}
56
52
57
53
/**
58
- * Converts a Guzzle exception into an Httplug exception
54
+ * Converts a Guzzle exception into an Httplug exception.
59
55
*
60
56
* @param RequestException $exception
61
57
*
You can’t perform that action at this time.
0 commit comments