Skip to content

Commit 4a818d3

Browse files
wi1dcarddbu
authored andcommitted
Fix phpdoc typo. (#42)
* Update Client.php
1 parent 6341a93 commit 4a818d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Client.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Client implements HttpClient, HttpAsyncClient
6666
*
6767
* @param MessageFactory|null $messageFactory HTTP Message factory
6868
* @param StreamFactory|null $streamFactory HTTP Stream factory
69-
* @param array $options cURL options (see http://php.net/curl_setopt)
69+
* @param array $options cURL options {@link http://php.net/curl_setopt}
7070
*
7171
* @throws \Http\Discovery\Exception\NotFoundException If factory discovery failed
7272
*
@@ -183,7 +183,7 @@ public function sendAsyncRequest(RequestInterface $request)
183183
*
184184
* @throws \Http\Client\Exception\RequestException On invalid request
185185
* @throws \InvalidArgumentException For invalid header names or values
186-
* @throws \RuntimeException if can not read body
186+
* @throws \RuntimeException If can not read body
187187
*
188188
* @return array
189189
*/
@@ -236,7 +236,7 @@ private function createCurlOptions(RequestInterface $request, ResponseBuilder $r
236236
*
237237
* @param string $requestVersion
238238
*
239-
* @throws \UnexpectedValueException if unsupported version requested
239+
* @throws \UnexpectedValueException If unsupported version requested
240240
*
241241
* @return int
242242
*/

0 commit comments

Comments
 (0)