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 84b4822 commit 5a7b2f0Copy full SHA for 5a7b2f0
src/Client.php
@@ -74,7 +74,7 @@ class Client
74
private readonly Builder $httpClientBuilder;
75
private readonly History $responseHistory;
76
77
- public function __construct(Builder $httpClientBuilder = null)
+ public function __construct(?Builder $httpClientBuilder = null)
78
{
79
$this->httpClientBuilder = $builder = $httpClientBuilder ?? new Builder();
80
$this->responseHistory = new History();
0 commit comments