Skip to content

Commit d929637

Browse files
author
Sergey Kasatkin
committed
Fix httpOptions default value
1 parent 51969af commit d929637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Client
7070
/**
7171
* @var array
7272
*/
73-
protected $httpOptions;
73+
protected $httpOptions = [];
7474

7575
public function __construct(ClientInterface $httpClient, array $config = [])
7676
{

0 commit comments

Comments
 (0)