Skip to content

Commit 90e7aea

Browse files
committed
Added param doc
1 parent 498a613 commit 90e7aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlexibleHttpClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class FlexibleHttpClient implements HttpClient, HttpAsyncClient
1818
use HttpAsyncClientDecorator;
1919

2020
/**
21-
* @param HttpClient|HttpAsyncClient $client
21+
* @param HttpClient|HttpAsyncClient|ClientInterface $client
2222
*/
2323
public function __construct($client)
2424
{

0 commit comments

Comments
 (0)