提交的内容
This commit is contained in:
4
vendor/guzzlehttp/command/src/ServiceClient.php
vendored
Executable file → Normal file
4
vendor/guzzlehttp/command/src/ServiceClient.php
vendored
Executable file → Normal file
@ -49,7 +49,7 @@ class ServiceClient implements ServiceClientInterface
|
||||
HttpClient $httpClient,
|
||||
callable $commandToRequestTransformer,
|
||||
callable $responseToResultTransformer,
|
||||
HandlerStack $commandHandlerStack = null
|
||||
?HandlerStack $commandHandlerStack = null
|
||||
) {
|
||||
$this->httpClient = $httpClient;
|
||||
$this->commandToRequestTransformer = $commandToRequestTransformer;
|
||||
@ -144,7 +144,7 @@ class ServiceClient implements ServiceClientInterface
|
||||
*
|
||||
* @return ResultInterface|PromiseInterface
|
||||
*
|
||||
* @see \GuzzleHttp\Command\ServiceClientInterface::getCommand
|
||||
* @see ServiceClientInterface::getCommand
|
||||
*/
|
||||
public function __call($name, array $args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user