Skip to content

Commit 39b6575

Browse files
committed
DE-161039 Fix PHP8.4 deprecations
1 parent 3f6a721 commit 39b6575

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class Client
9797
public function __construct(
9898
array $config = [],
9999
$callback = null,
100-
LoggerInterface $logger = null,
101-
RequestCounterInterface $requestCounter = null,
100+
?LoggerInterface $logger = null,
101+
?RequestCounterInterface $requestCounter = null,
102102
bool $isRetryFeatureEnabled = false,
103103
int $slowRequestThresholdMs = self::DEFAULT_SLOW_REQUEST_THRESHOLD_IN_MS
104104
) {

0 commit comments

Comments
 (0)