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
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 */
You can’t perform that action at this time.
0 commit comments