TOTPKey: Fix return of verify()

Change-Id: Ic5c671c3f39153b2a3c55169988d7af4b57b3cbb
This commit is contained in:
Reedy 2024-01-01 22:12:30 +00:00
parent 62f26d8801
commit fc3e6695fb

View file

@ -119,7 +119,7 @@ class TOTPKey implements IAuthKey {
/**
* @param array $data
* @param OATHUser $user
* @return bool|int
* @return bool
* @throws MWException
*/
public function verify( $data, OATHUser $user ) {