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 a5951d0d79
commit ec270ce35e
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,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;
}