From 3b8c6dd807fc147b8252ffb97e7f1a042aa19359 Mon Sep 17 00:00:00 2001 From: Robert Landers Date: Thu, 31 Jul 2025 22:17:57 +0200 Subject: [PATCH] fix time class Signed-off-by: Robert Landers --- .idea/php.xml | 3 +++ src/RetryOptions.php | 7 ++++--- src/State/Attributes/TimeToLive.php | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index 6301b492..52a40a49 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -147,6 +147,9 @@ + + + diff --git a/src/RetryOptions.php b/src/RetryOptions.php index 58f2b031..b2a53a35 100644 --- a/src/RetryOptions.php +++ b/src/RetryOptions.php @@ -1,4 +1,5 @@ maxRetryInterval = Hours(1); $this->retryTimeout = Hours(1); diff --git a/src/State/Attributes/TimeToLive.php b/src/State/Attributes/TimeToLive.php index f5acda2b..74b097ab 100644 --- a/src/State/Attributes/TimeToLive.php +++ b/src/State/Attributes/TimeToLive.php @@ -1,4 +1,5 @@