From 40dffcb4b4aae88493ac22240c60793bf59dabee Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 31 Jul 2024 20:40:42 +0200 Subject: [PATCH] Fix ScheduledStamp FQN --- components/messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/messenger.rst b/components/messenger.rst index 8ec25d2c75f..c56c2bace82 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -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 `.