Skip to content

Fix phpdoc typo. #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Client implements HttpClient, HttpAsyncClient
*
* @param MessageFactory|null $messageFactory HTTP Message factory
* @param StreamFactory|null $streamFactory HTTP Stream factory
* @param array $options cURL options (see http://php.net/curl_setopt)
* @param array $options cURL options {@link http://php.net/curl_setopt}
*
* @throws \Http\Discovery\Exception\NotFoundException If factory discovery failed
*
Expand Down Expand Up @@ -183,7 +183,7 @@ public function sendAsyncRequest(RequestInterface $request)
*
* @throws \Http\Client\Exception\RequestException On invalid request
* @throws \InvalidArgumentException For invalid header names or values
* @throws \RuntimeException if can not read body
* @throws \RuntimeException If can not read body
*
* @return array
*/
Expand Down Expand Up @@ -236,7 +236,7 @@ private function createCurlOptions(RequestInterface $request, ResponseBuilder $r
*
* @param string $requestVersion
*
* @throws \UnexpectedValueException if unsupported version requested
* @throws \UnexpectedValueException If unsupported version requested
*
* @return int
*/
Expand Down