Skip to content

Commit

Permalink
Implement the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 17, 2016
1 parent 9be7156 commit 3d214dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OTP/HOTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Class HOTP
* @package ParagonIE\MultiFactor\OTP
*/
class HOTP
class HOTP implements OTPInterface
{
/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/OTP/TOTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Class TOTP
* @package ParagonIE\MultiFactor\OTP
*/
class TOTP
class TOTP implements OTPInterface
{
/**
* @var string
Expand Down

0 comments on commit 3d214dc

Please sign in to comment.