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 a4b9143 commit 23e65b9Copy full SHA for 23e65b9
src/Client.php
@@ -55,13 +55,6 @@ class Client implements HttpClient, HttpAsyncClient
55
/**
56
* Create new client
57
*
58
- * Available options:
59
- *
60
- * - connection_timeout : int — connection timeout in seconds;
61
- * - curl_options: array — custom cURL options;
62
- * - ssl_verify_peer : bool — verify peer when using SSL;
63
- * - timeout : int — overall timeout in seconds.
64
65
* @param MessageFactory $messageFactory HTTP Message factory
66
* @param StreamFactory $streamFactory HTTP Stream factory
67
* @param array $options cURL options (see http://php.net/curl_setopt)
0 commit comments