We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498a613 commit 90e7aeaCopy full SHA for 90e7aea
src/FlexibleHttpClient.php
@@ -18,7 +18,7 @@ final class FlexibleHttpClient implements HttpClient, HttpAsyncClient
18
use HttpAsyncClientDecorator;
19
20
/**
21
- * @param HttpClient|HttpAsyncClient $client
+ * @param HttpClient|HttpAsyncClient|ClientInterface $client
22
*/
23
public function __construct($client)
24
{
0 commit comments