Skip to content

Commit caca23e

Browse files
committed
Larastan never assigned resolved
1 parent a91b8c5 commit caca23e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Whmcs.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
class Whmcs implements WhmcsInterface
1313
{
14-
private ?string $url;
14+
private string $url;
1515

16-
private ?string $api_identifier;
16+
private string $api_identifier;
1717

18-
private ?string $api_secret;
18+
private string $api_secret;
1919

2020
private array $mergeData;
2121

0 commit comments

Comments
 (0)