From e3354d974c518540cb0e227d3ddba7048bcb0b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 8 Dec 2020 10:57:28 +0100 Subject: [PATCH] [Messenger] Fixed wording in php doc --- .../Messenger/Exception/RecoverableExceptionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php b/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php index 7e1e903750..b49ddbfc2b 100644 --- a/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php +++ b/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php @@ -15,7 +15,7 @@ namespace Symfony\Component\Messenger\Exception; * Marker interface for exceptions to indicate that handling a message should have worked. * * If something goes wrong while handling a message that's received from a transport - * and the message should must be retried, a handler can throw such an exception. + * and the message should be retried, a handler can throw such an exception. * * @author Jérémy Derussé */