Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit baccb2b

Browse files
committed
Merge pull request #9 from Nyholm/master
Removed unused use statements
2 parents 80e8203 + cc3ed5f commit baccb2b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Guzzle6HttpAdapter.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414
use GuzzleHttp\Client;
1515
use GuzzleHttp\ClientInterface;
1616
use GuzzleHttp\Exception\RequestException;
17-
use GuzzleHttp\Pool;
18-
use Http\Client\Exception\BatchException;
1917
use Http\Client\Exception\HttpException;
2018
use Http\Client\Exception\NetworkException;
2119
use Http\Client\Exception;
2220
use Http\Client\HttpClient;
23-
use Http\Client\Utils\BatchResult;
2421
use Psr\Http\Message\RequestInterface;
25-
use Psr\Http\Message\ResponseInterface;
2622

2723
/**
2824
* @author David de Boer <[email protected]>
@@ -35,7 +31,7 @@ class Guzzle6HttpAdapter implements HttpClient
3531
private $client;
3632

3733
/**
38-
* @param ClientInterface|null $client Guzzle client
34+
* @param ClientInterface|null $client Guzzle client
3935
*/
4036
public function __construct(ClientInterface $client = null)
4137
{
@@ -55,7 +51,7 @@ public function sendRequest(RequestInterface $request)
5551
}
5652

5753
/**
58-
* Converts a Guzzle exception into an Httplug exception
54+
* Converts a Guzzle exception into an Httplug exception.
5955
*
6056
* @param RequestException $exception
6157
*

0 commit comments

Comments
 (0)