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 {