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 @@