mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
Corrected PHPDoc
This commit is contained in:
parent
257d63efa2
commit
bf47c21bc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user