1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

Corrected PHPDoc

This commit is contained in:
zf2timo 2016-01-25 15:20:50 +01:00
parent 257d63efa2
commit bf47c21bc2

View File

@ -44,8 +44,8 @@ interface ClientInterface
* relative path to append to the base path of the client. The URL can
* contain the query string as well.
*
* @param string $method HTTP method
* @param string|UriInterface|null $uri URI object or string.
* @param string $method HTTP method.
* @param string|UriInterface|null $uri URI object or string (default null).
* @param array $options Request options to apply.
*
* @return ResponseInterface