Skip to content

Commit 9aba5ef

Browse files
committed
bug #19829 [Scheduler] fix dead link with correct once, again (mfruehauf)
This PR was merged into the 6.4 branch. Discussion ---------- [Scheduler] fix dead link with correct once, again <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 87c7245 [Scheduler] fix dead link with correct once, again
2 parents 32a4808 + 87c7245 commit 9aba5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scheduler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,12 +965,12 @@ before being further redispatched to its corresponding handler::
965965
}
966966

967967
When using the ``RedispatchMessage``, Symfony will attach a
968-
:class:`Symfony\\Component\\Scheduler\\Messenger\\Stamp\\ScheduledStamp` to the message,
968+
:class:`Symfony\\Component\\Scheduler\\Messenger\\ScheduledStamp` to the message,
969969
helping you identify those messages when needed.
970970

971971
.. versionadded:: 6.4
972972

973-
Automatically attaching a :class:`Symfony\\Component\\Scheduler\\Messenger\\Stamp\\ScheduledStamp`
973+
Automatically attaching a :class:`Symfony\\Component\\Scheduler\\Messenger\\ScheduledStamp`
974974
to redispatched messages was introduced in Symfony 6.4.
975975

976976
.. _`Memoizing`: https://en.wikipedia.org/wiki/Memoization

0 commit comments

Comments
 (0)