We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3458c9b commit 40dffcbCopy full SHA for 40dffcb
components/messenger.rst
@@ -162,7 +162,7 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
162
to configure the validation groups used when the validation middleware is enabled.
163
* :class:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp`,
164
an internal stamp when a message fails due to an exception in the handler.
165
-* :class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp`,
+* :class:`Symfony\\Component\\Scheduler\\Messenger\\ScheduledStamp`,
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>`.
0 commit comments