Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  Fix ScheduledStamp FQN
  • Loading branch information
OskarStark committed Aug 1, 2024
2 parents bce34d3 + 052e5be commit f6f6eb9
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 f6f6eb9

Please sign in to comment.