fixes on tests [WIP]

This commit is contained in:
2021-12-08 09:26:13 +01:00
parent 56dd825f39
commit e297d82533
8 changed files with 11 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ class TokenManager
];
}
public function verify($hash, $token, User $user, $timestamp)
public function verify($hash, $token, User $user, string $timestamp)
{
$token = hex2bin(trim($token));