Skip to content

Commit 23e65b9

Browse files
committed
Remove old PHPDoc.
1 parent a4b9143 commit 23e65b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Client.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ class Client implements HttpClient, HttpAsyncClient
5555
/**
5656
* Create new client
5757
*
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-
*
6558
* @param MessageFactory $messageFactory HTTP Message factory
6659
* @param StreamFactory $streamFactory HTTP Stream factory
6760
* @param array $options cURL options (see http://php.net/curl_setopt)

0 commit comments

Comments
 (0)