We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a1c6b commit 594cd47Copy full SHA for 594cd47
src/Client.php
@@ -73,7 +73,7 @@ public function sendAsyncRequest(RequestInterface $request)
73
*
74
* @return GuzzleClient
75
*/
76
- private static function buildClient(array $config)
+ private static function buildClient(array $config = [])
77
{
78
$handlerStack = new HandlerStack(\GuzzleHttp\choose_handler());
79
$handlerStack->push(Middleware::prepareBody(), 'prepare_body');
0 commit comments