Skip to content

Commit

Permalink
self returned by HOTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Jul 16, 2022
1 parent f4c2158 commit 30b3d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HOTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static function create(
int $counter = 0,
string $digest = 'sha1',
int $digits = 6
): HOTPInterface {
): self {
return new self($secret, $counter, $digest, $digits);
}

Expand Down

0 comments on commit 30b3d20

Please sign in to comment.