File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
163
163
* :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ErrorDetailsStamp `,
164
164
an internal stamp when a message fails due to an exception in the handler.
165
165
* :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp `,
166
- a stamp that marks the message as produced by a scheduler. You can learn
167
- more about it in the :doc: ` Scheduler component page < /scheduler >`. This helps
168
- differentiate from messages created "manually" .
166
+ a stamp that marks the message as produced by a scheduler. This helps
167
+ differentiate it from messages created "manually". You can learn more about it
168
+ in the :doc: ` Scheduler documentation < /scheduler >` .
169
169
170
170
.. versionadded :: 6.4
171
171
Original file line number Diff line number Diff line change @@ -914,9 +914,9 @@ before being further redispatched to its corresponding handler::
914
914
}
915
915
}
916
916
917
- When using the ``RedispatchMessage ``, a
918
- :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp ` will be attached
919
- to the message, helping you identify those messages when needed.
917
+ When using the ``RedispatchMessage ``, Symfony will attach a
918
+ :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp ` to the message,
919
+ helping you identify those messages when needed.
920
920
921
921
.. versionadded :: 6.4
922
922
You can’t perform that action at this time.
0 commit comments