mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
Changed PHPDoc
This commit is contained in:
parent
1a5c9dc232
commit
9c4b27be14
@ -44,9 +44,9 @@ 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 $uri URI object or string.
|
||||
* @param array $options Request options to apply.
|
||||
* @param string $method HTTP method
|
||||
* @param string|UriInterface|null $uri URI object or string.
|
||||
* @param array $options Request options to apply.
|
||||
*
|
||||
* @return ResponseInterface
|
||||
* @throws GuzzleException
|
||||
|
Loading…
x
Reference in New Issue
Block a user