File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ the ``SerializerConfiguration`` envelope::
114114
115115At 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
124124Instead 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