Skip to content

Commit 3d214dc

Browse files
Implement the interface
1 parent 9be7156 commit 3d214dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/OTP/HOTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Class HOTP
1212
* @package ParagonIE\MultiFactor\OTP
1313
*/
14-
class HOTP
14+
class HOTP implements OTPInterface
1515
{
1616
/**
1717
* @var string

src/OTP/TOTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Class TOTP
1212
* @package ParagonIE\MultiFactor\OTP
1313
*/
14-
class TOTP
14+
class TOTP implements OTPInterface
1515
{
1616
/**
1717
* @var string

0 commit comments

Comments
 (0)