Skip to content

Commit

Permalink
Fix ScheduledStamp FQN
Browse files Browse the repository at this point in the history
  • Loading branch information
gl3n authored and OskarStark committed Aug 1, 2024
1 parent 3458c9b commit 40dffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
to configure the validation groups used when the validation middleware is enabled.
* :class:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp`,
an internal stamp when a message fails due to an exception in the handler.
* :class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp`,
* :class:`Symfony\\Component\\Scheduler\\Messenger\\ScheduledStamp`,
a stamp that marks the message as produced by a scheduler. This helps
differentiate it from messages created "manually". You can learn more about it
in the :doc:`Scheduler documentation </scheduler>`.
Expand Down

0 comments on commit 40dffcb

Please sign in to comment.