From d4f6aa1ee653ce049fa3777bbc40bf0f08949e4e Mon Sep 17 00:00:00 2001 From: Mark Magyar <14284867+xHeaven@users.noreply.github.com> Date: Sat, 27 May 2023 21:41:10 +0200 Subject: [PATCH] add missing @throws tag --- lib/TwoFactorAuth.php | 1 + 1 file changed, 1 insertion(+) 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 {