Skip to content

Commit 600686c

Browse files
committed
Fixed phpstan issue
1 parent 2e3ff05 commit 600686c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/OAuthReconnectRequiredException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class OAuthReconnectRequiredException extends \RuntimeException
2929
{
30-
private string $providerName;
30+
private string $providerName = "unknown";
3131

3232
public function __construct(string $message = "You need to reconnect the OAuth connection for this provider!", int $code = 0, ?Throwable $previous = null)
3333
{

0 commit comments

Comments
 (0)