mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 13:22:01 +00:00
add missing @throws tag
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user