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 bf2b8ea commit 97f4dabCopy full SHA for 97f4dab
docs/components/discovery.md
@@ -38,7 +38,7 @@ class MyClass
38
protected $httpClient;
39
40
/**
41
- * @param HttpClient|null $httpClient
+ * @param HttpClient|null $httpClient Client to do HTTP requests, if not set, autodiscovery will be used to find a HTTP client.
42
*/
43
public function __construct(HttpClient $httpClient = null)
44
{
@@ -64,7 +64,7 @@ class MyClass
64
protected $httpAsyncClient;
65
66
67
- * @param HttpAsyncClient|null $httpAsyncClient
+ * @param HttpAsyncClient|null $httpAsyncClient Client to do HTTP requests, if not set, autodiscovery will be used to find an asynchronous client.
68
69
public function __construct(HttpAsyncClient $httpAsyncClient = null)
70
0 commit comments