Skip to content

Commit ab7acca

Browse files
committed
Fix title underline length and use statement order
1 parent 8c2fad6 commit ab7acca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ If you don't want to reset the container, add the ``--no-reset`` option when
957957
running the ``messenger:consume`` command.
958958

959959
Custom Message Execution Strategy
960-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
960+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
961961

962962
.. versionadded:: 8.1
963963

@@ -969,8 +969,8 @@ You can customize how messages are executed by implementing
969969
:class:`Symfony\\Component\\Messenger\\Execution\\MessageExecutionStrategyInterface`
970970
and passing it to the ``Worker`` constructor::
971971

972-
use Symfony\Component\Messenger\Execution\MessageExecutionStrategyInterface;
973972
use Symfony\Component\Messenger\Envelope;
973+
use Symfony\Component\Messenger\Execution\MessageExecutionStrategyInterface;
974974

975975
class MyCustomExecutionStrategy implements MessageExecutionStrategyInterface
976976
{

0 commit comments

Comments
 (0)