Skip to content

Commit aed46dd

Browse files
committed
fix: Fix type for stable27
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 7e929af commit aed46dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/User/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public function isTokenPassword($password) {
559559
*
560560
* @throws ExpiredTokenException
561561
*/
562-
private function getTokenFromPassword(string $password): ?\OCP\Authentication\Token\IToken {
562+
private function getTokenFromPassword(string $password): ?IToken {
563563
try {
564564
return $this->tokenProvider->getToken($password);
565565
} catch (ExpiredTokenException $e) {

0 commit comments

Comments
 (0)