Commit 30b3d20f authored by Florent Morselli's avatar Florent Morselli
Browse files

self returned by HOTP

Showing with 1 addition and 1 deletion
+1 -1
......@@ -22,7 +22,7 @@ final class HOTP extends OTP implements HOTPInterface
int $counter = 0,
string $digest = 'sha1',
int $digits = 6
): HOTPInterface {
): self {
return new self($secret, $counter, $digest, $digits);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment