We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a9ebc commit 9698b31Copy full SHA for 9698b31
src/Skeleton.php
@@ -20,7 +20,7 @@ class Skeleton implements Driver
20
21
private ClientInterface $client;
22
23
- public function __construct(private readonly string $apiKey, ?ClientInterface $client = null)
+ public function __construct(private readonly string $apiKey, ClientInterface|null $client = null)
24
{
25
$this->client = $client ?? GuzzleFactory::make(['base_uri' => self::BASE_URI]);
26
}
0 commit comments