We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6a721 commit 39b6575Copy full SHA for 39b6575
1 file changed
src/Client.php
@@ -97,8 +97,8 @@ class Client
97
public function __construct(
98
array $config = [],
99
$callback = null,
100
- LoggerInterface $logger = null,
101
- RequestCounterInterface $requestCounter = null,
+ ?LoggerInterface $logger = null,
+ ?RequestCounterInterface $requestCounter = null,
102
bool $isRetryFeatureEnabled = false,
103
int $slowRequestThresholdMs = self::DEFAULT_SLOW_REQUEST_THRESHOLD_IN_MS
104
) {
0 commit comments