mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-18 05:48:15 +01:00
[6.5] Remove obsolete statement in handler
option docs (#2567)
* Remove obsolete statement in handler option phpDoc * Remove obsolete statement in handler option doc
This commit is contained in:
parent
d3f2c17918
commit
0d137e9448
@ -67,8 +67,7 @@ The client constructor accepts an associative array of options:
|
||||
function is called with a ``Psr7\Http\Message\RequestInterface`` and array
|
||||
of transfer options, and must return a
|
||||
``GuzzleHttp\Promise\PromiseInterface`` that is fulfilled with a
|
||||
``Psr7\Http\Message\ResponseInterface`` on success. ``handler`` is a
|
||||
constructor only option that cannot be overridden in per/request options.
|
||||
``Psr7\Http\Message\ResponseInterface`` on success.
|
||||
|
||||
``...``
|
||||
(mixed) All other options passed to the constructor are used as default
|
||||
|
@ -47,9 +47,8 @@ class Client implements ClientInterface
|
||||
* wire. The function is called with a Psr7\Http\Message\RequestInterface
|
||||
* and array of transfer options, and must return a
|
||||
* GuzzleHttp\Promise\PromiseInterface that is fulfilled with a
|
||||
* Psr7\Http\Message\ResponseInterface on success. "handler" is a
|
||||
* constructor only option that cannot be overridden in per/request
|
||||
* options. If no handler is provided, a default handler will be created
|
||||
* Psr7\Http\Message\ResponseInterface on success.
|
||||
* If no handler is provided, a default handler will be created
|
||||
* that enables all of the request options below by attaching all of the
|
||||
* default middleware to the handler.
|
||||
* - base_uri: (string|UriInterface) Base URI of the client that is merged
|
||||
|
Loading…
x
Reference in New Issue
Block a user