Skip to content

Commit c9d21da

Browse files
authored
fix cs
1 parent 80f8915 commit c9d21da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ Retry with a specific delay
11381138
~~~~~~~~~~~~~~~~~~~~~~~~~~~
11391139

11401140
Sometimes you may want to override retry delay form the retry strategy. You can achieve this
1141-
using by providing it in the exception, using the ``getRetryDelay()`` method from any
1141+
using by providing it in the exception, using the ``getRetryDelay()`` method from any
11421142
exception extending :class:`Symfony\\Component\\Messenger\\Exception\\RecoverableExceptionInterface`.
11431143

11441144
.. versionadded:: 7.2

0 commit comments

Comments
 (0)