Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 594cd47

Browse files
committed
fix instantiating client
1 parent c7a1c6b commit 594cd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function sendAsyncRequest(RequestInterface $request)
7373
*
7474
* @return GuzzleClient
7575
*/
76-
private static function buildClient(array $config)
76+
private static function buildClient(array $config = [])
7777
{
7878
$handlerStack = new HandlerStack(\GuzzleHttp\choose_handler());
7979
$handlerStack->push(Middleware::prepareBody(), 'prepare_body');

0 commit comments

Comments
 (0)