Skip to content

Commit 2ae6014

Browse files
committed
Minor tweak
1 parent 1011737 commit 2ae6014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,9 @@ and must be retried. If you throw
12031203
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
12041204
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
12051205

1206-
You can define a custom retry delay in milliseconds (e.g., to use the value from the ``Retry-After``
1207-
header in an HTTP response) by setting the ``retryDelay`` argument in the
1208-
constructor of the ``RecoverableMessageHandlingException``.
1206+
You can define a custom retry delay in milliseconds (e.g., to use the value from
1207+
the ``Retry-After`` header in an HTTP response) by setting the ``retryDelay``
1208+
argument in the constructor of the ``RecoverableMessageHandlingException``.
12091209

12101210
.. versionadded:: 7.2
12111211

0 commit comments

Comments
 (0)