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

Skip to content

Commit 8f727dc

Browse files
committed
[#9757] fix rst syntax
1 parent 9d96dae commit 8f727dc

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
@@ -114,11 +114,11 @@ the ``SerializerConfiguration`` envelope::
114114

115115
At the moment, the Symfony Messenger has the following built-in envelopes:
116116

117-
1. :class:`Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerConfiguration`,
117+
#. :class:`Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerConfiguration`,
118118
to configure the serialization groups used by the transport.
119-
2. :class:`Symfony\\Component\\Messenger\\Middleware\\Configuration\\ValidationConfiguration`,
119+
#. :class:`Symfony\\Component\\Messenger\\Middleware\\Configuration\\ValidationConfiguration`,
120120
to configure the validation groups used when the validation middleware is enabled.
121-
3. :class:`Symfony\\Component\\Messenger\\Asynchronous\\Transport\\ReceivedMessage`,
121+
#. :class:`Symfony\\Component\\Messenger\\Asynchronous\\Transport\\ReceivedMessage`,
122122
an internal item that marks the message as received from a transport.
123123

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

0 commit comments

Comments
 (0)