Skip to content

Commit 8a1b9e1

Browse files
committed
Remove explicit declaration of PSR18
1 parent 317e733 commit 8a1b9e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Client.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Http\Message\MessageFactory;
1111
use Http\Message\StreamFactory;
1212
use Http\Promise\Promise;
13-
use Psr\Http\Client\ClientInterface;
1413
use Psr\Http\Message\RequestInterface;
1514
use Psr\Http\Message\ResponseInterface;
1615

@@ -25,7 +24,7 @@
2524
*
2625
* @since 1.0
2726
*/
28-
class Client implements HttpClient, HttpAsyncClient, ClientInterface
27+
class Client implements HttpClient, HttpAsyncClient
2928
{
3029
/**
3130
* cURL options.

0 commit comments

Comments
 (0)