Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 44e6d06

Browse files
committed
Changed phpdoc, see #3 (comment).
1 parent f39ebc8 commit 44e6d06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/TwoFactorAuthenticable.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ public function getTwoFactorAuthId() : string
4848
}
4949

5050
/**
51+
* Create or update a two-factor authentication record with the given id.
52+
*
5153
* @param string $id
54+
* @return void
5255
*/
5356
private function upsertTwoFactorAuthId(string $id) : void
5457
{

0 commit comments

Comments
 (0)