Add missing scalar type hint
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
a4b47c6e5d
Коммит
a275ac7f9f
|
@ -67,10 +67,8 @@ class U2FProvider implements IProvider {
|
|||
|
||||
/**
|
||||
* Verify the given challenge
|
||||
*
|
||||
* @param string $challenge
|
||||
*/
|
||||
public function verifyChallenge(IUser $user, $challenge): bool {
|
||||
public function verifyChallenge(IUser $user, string $challenge): bool {
|
||||
return $this->manager->finishAuthenticate($user, $challenge);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче