Skip to content

Commit d4f6aa1

Browse files
committed
add missing @throws tag
1 parent 04ff3e7 commit d4f6aa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/TwoFactorAuth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function getQRCodeImageAsDataUri(string $label, string $secret, int $size
123123
/**
124124
* Compare default timeprovider with specified timeproviders and ensure the time is within the specified number of seconds (leniency)
125125
* @param array<ITimeProvider> $timeproviders
126+
* @throws TwoFactorAuthException
126127
*/
127128
public function ensureCorrectTime(?array $timeproviders = null, int $leniency = 5): void
128129
{

0 commit comments

Comments
 (0)