mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
[fix(Login)]: Typed static property fixed #151
This commit is contained in:
parent
e191f292e6
commit
b97ca29d5a
@ -21,8 +21,8 @@ class Login
|
|||||||
use TimeLock;
|
use TimeLock;
|
||||||
|
|
||||||
// 账密
|
// 账密
|
||||||
private static string $username;
|
private static ?string $username = '';
|
||||||
private static string $password;
|
private static ?string $password = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @use run
|
* @use run
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user