From 1af5bdaa09175a7b42d6d9839803ec51a6db5940 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Wed, 14 Feb 2024 11:02:56 -0700 Subject: [PATCH] Corrected return type --- src/Required/PersistenceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Required/PersistenceInterface.php b/src/Required/PersistenceInterface.php index ed23e12..d62b4a3 100644 --- a/src/Required/PersistenceInterface.php +++ b/src/Required/PersistenceInterface.php @@ -39,7 +39,7 @@ interface PersistenceInterface * Only codes generated at a time greater than the indicated time will be deemed valid. * @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.