Corrected return type

master
Brady McDonough 2 years ago
parent 5a31b2ed28
commit 1af5bdaa09

@ -39,7 +39,7 @@ interface PersistenceInterface
* Only codes generated at a time greater than the indicated time will be deemed valid. * Only codes generated at a time greater than the indicated time will be deemed valid.
* @return bool * @return bool
*/ */
public function storeLastTime(mixed $index, int $timestamp): bool; public function storeLastTime(mixed $index, int $timestamp);
/** /**
* Gets and returns the otpauth URI for the user associated with the given user_id. * Gets and returns the otpauth URI for the user associated with the given user_id.

Loading…
Cancel
Save