aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/spomky-labs/otphp/src/HOTPInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/spomky-labs/otphp/src/HOTPInterface.php')
-rw-r--r--vendor/spomky-labs/otphp/src/HOTPInterface.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/spomky-labs/otphp/src/HOTPInterface.php b/vendor/spomky-labs/otphp/src/HOTPInterface.php
index 449e9383b..915569a03 100644
--- a/vendor/spomky-labs/otphp/src/HOTPInterface.php
+++ b/vendor/spomky-labs/otphp/src/HOTPInterface.php
@@ -10,8 +10,6 @@ interface HOTPInterface extends OTPInterface
/**
* The initial counter (a positive integer).
- *
- * @return 0|positive-int
*/
public function getCounter(): int;
@@ -34,8 +32,5 @@ interface HOTPInterface extends OTPInterface
int $digits = 6
): self;
- /**
- * @param 0|positive-int $counter
- */
public function setCounter(int $counter): void;
}