File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class Client implements HttpClient, HttpAsyncClient
66
66
*
67
67
* @param MessageFactory|null $messageFactory HTTP Message factory
68
68
* @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}
70
70
*
71
71
* @throws \Http\Discovery\Exception\NotFoundException If factory discovery failed
72
72
*
@@ -183,7 +183,7 @@ public function sendAsyncRequest(RequestInterface $request)
183
183
*
184
184
* @throws \Http\Client\Exception\RequestException On invalid request
185
185
* @throws \InvalidArgumentException For invalid header names or values
186
- * @throws \RuntimeException if can not read body
186
+ * @throws \RuntimeException If can not read body
187
187
*
188
188
* @return array
189
189
*/
@@ -236,7 +236,7 @@ private function createCurlOptions(RequestInterface $request, ResponseBuilder $r
236
236
*
237
237
* @param string $requestVersion
238
238
*
239
- * @throws \UnexpectedValueException if unsupported version requested
239
+ * @throws \UnexpectedValueException If unsupported version requested
240
240
*
241
241
* @return int
242
242
*/
You can’t perform that action at this time.
0 commit comments