Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-12-04 12:51:45 +01:00 committed by backportbot[bot]
parent e6947bd6ca
commit 607e902070
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ class Session implements IUserSession, Emitter {
try {
$dbToken = $this->tokenProvider->getToken($token);
} catch (InvalidTokenException $e) {
// Can't relaly happen but better save than sorry
// Can't really happen but better save than sorry
return true;
}