From 6e921c108b917c3a31cd62abf84a71907f912ebb Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 28 Jan 2018 21:25:56 +0100 Subject: [PATCH] Fixed docblock --- src/Core/Retry/RetryStrategyInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/Retry/RetryStrategyInterface.php b/src/Core/Retry/RetryStrategyInterface.php index ae3ce198dd1..9b7fb0588b9 100644 --- a/src/Core/Retry/RetryStrategyInterface.php +++ b/src/Core/Retry/RetryStrategyInterface.php @@ -17,8 +17,8 @@ use Exception; /** - * Makes sure the connection to the database is alive before authorizing - * the retry of an action. + * Used to instruct the CommandRetry object on whether or not a retry + * for an action should be performed */ interface RetryStrategyInterface {