File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ the ``SerializerConfiguration`` envelope::
108
108
109
109
At the moment, the Symfony Messenger has the following built-in envelopes:
110
110
111
- 1 . :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Serialization\\ SerializerConfiguration `,
111
+ # . :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Serialization\\ SerializerConfiguration `,
112
112
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 `,
114
114
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 `,
116
116
an internal item that marks the message as received from a transport.
117
117
118
118
Instead of dealing directly with the messages in the middleware you can receive the
You can’t perform that action at this time.
0 commit comments