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 @@ -114,11 +114,11 @@ the ``SerializerConfiguration`` envelope::
114
114
115
115
At the moment, the Symfony Messenger has the following built-in envelopes:
116
116
117
- 1 . :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Serialization\\ SerializerConfiguration `,
117
+ # . :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Serialization\\ SerializerConfiguration `,
118
118
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 `,
120
120
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 `,
122
122
an internal item that marks the message as received from a transport.
123
123
124
124
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