We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bfdb7d + ee44d69 commit e5caee1Copy full SHA for e5caee1
src/BrefCloudClient.php
@@ -16,7 +16,7 @@ class BrefCloudClient
16
public readonly string $url;
17
private HttpClientInterface $client;
18
19
- public function __construct(string $token = null)
+ public function __construct(?string $token = null)
20
{
21
$this->url = self::getUrl();
22
if ($token === null) {
0 commit comments