We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f8c46 commit 8b7af4dCopy full SHA for 8b7af4d
src/Config/GrokConfig.php
@@ -16,7 +16,7 @@ class GrokConfig
16
public function __construct(
17
public ?string $apiKey = null,
18
public readonly string $baseUri = DefaultConfig::BASE_URI->value,
19
- public int $timeout = 0
+ public ?int $timeout = null
20
) {
21
$this->apiKey = $apiKey ?? getenv('GROK_API_KEY');
22
0 commit comments