Fixed type on getUserId in LoginAttemptInfo.
This commit is contained in:
parent
6e3023a772
commit
392881c0d8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class LoginAttemptInfo {
|
|||
return $this->userId !== null;
|
||||
}
|
||||
|
||||
public function getUserId(): string {
|
||||
public function getUserId(): ?string {
|
||||
return $this->userId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue