Skip to content

Commit 5a7b2f0

Browse files
Fix deprecation notice
1 parent 84b4822 commit 5a7b2f0

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
@@ -74,7 +74,7 @@ class Client
7474
private readonly Builder $httpClientBuilder;
7575
private readonly History $responseHistory;
7676

77-
public function __construct(Builder $httpClientBuilder = null)
77+
public function __construct(?Builder $httpClientBuilder = null)
7878
{
7979
$this->httpClientBuilder = $builder = $httpClientBuilder ?? new Builder();
8080
$this->responseHistory = new History();

0 commit comments

Comments
 (0)