Skip to content

Commit 9698b31

Browse files
committed
style: apply fixes from Pint
1 parent 97a9ebc commit 9698b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Skeleton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Skeleton implements Driver
2020

2121
private ClientInterface $client;
2222

23-
public function __construct(private readonly string $apiKey, ?ClientInterface $client = null)
23+
public function __construct(private readonly string $apiKey, ClientInterface|null $client = null)
2424
{
2525
$this->client = $client ?? GuzzleFactory::make(['base_uri' => self::BASE_URI]);
2626
}

0 commit comments

Comments
 (0)