Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e485a8

Browse files
xabbuhGuikingone
authored andcommitted
[symfony#9757] fix rst syntax
1 parent a09f9ab commit 9e485a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ the ``SerializerConfiguration`` envelope::
108108

109109
At the moment, the Symfony Messenger has the following built-in envelopes:
110110

111-
1. :class:`Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerConfiguration`,
111+
#. :class:`Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerConfiguration`,
112112
to configure the serialization groups used by the transport.
113-
2. :class:`Symfony\\Component\\Messenger\\Middleware\\Configuration\\ValidationConfiguration`,
113+
#. :class:`Symfony\\Component\\Messenger\\Middleware\\Configuration\\ValidationConfiguration`,
114114
to configure the validation groups used when the validation middleware is enabled.
115-
3. :class:`Symfony\\Component\\Messenger\\Asynchronous\\Transport\\ReceivedMessage`,
115+
#. :class:`Symfony\\Component\\Messenger\\Asynchronous\\Transport\\ReceivedMessage`,
116116
an internal item that marks the message as received from a transport.
117117

118118
Instead of dealing directly with the messages in the middleware you can receive the

0 commit comments

Comments
 (0)