We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476014 commit a1e3a70Copy full SHA for a1e3a70
src/Common/Http/Client.php
@@ -12,7 +12,7 @@
12
use Psr\Http\Client\ClientInterface as Psr18ClientInterface;
13
use Psr\Http\Message\RequestFactoryInterface as Psr17RequestFactoryInterface;
14
15
-final class Client implements ClientInterface
+class Client implements ClientInterface
16
{
17
/**
18
* The Http Client which implements `public function sendRequest(RequestInterface $request)`
0 commit comments