add missing @throws tag

This commit is contained in:
Mark Magyar
2023-05-27 21:41:10 +02:00
parent 04ff3e7e3f
commit d4f6aa1ee6
+1
View File
@@ -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<ITimeProvider> $timeproviders
* @throws TwoFactorAuthException
*/
public function ensureCorrectTime(?array $timeproviders = null, int $leniency = 5): void
{