diff --git a/lib/TwoFactorAuth.php b/lib/TwoFactorAuth.php index 3eef3e4..f6c68d1 100644 --- a/lib/TwoFactorAuth.php +++ b/lib/TwoFactorAuth.php @@ -123,6 +123,7 @@ class TwoFactorAuth /** * Compare default timeprovider with specified timeproviders and ensure the time is within the specified number of seconds (leniency) * @param array $timeproviders + * @throws TwoFactorAuthException */ public function ensureCorrectTime(?array $timeproviders = null, int $leniency = 5): void {