Skip to content

Commit 1c369b3

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update scheduler.rst fix dead link with correct once
2 parents 8ad1c2c + 5f11bec commit 1c369b3

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
@@ -563,7 +563,7 @@ In your handler, you can check a condition and, if affirmative, access the
563563
}
564564
}
565565

566-
// src/Scheduler/Handler/.php
566+
// src/Scheduler/Handler/CleanUpOldSalesReportHandler.php
567567
namespace App\Scheduler\Handler;
568568

569569
#[AsMessageHandler]
@@ -932,7 +932,7 @@ before being further redispatched to its corresponding handler::
932932
}
933933

934934
When using the ``RedispatchMessage``, Symfony will attach a
935-
:class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp` to the message,
935+
:class:`Symfony\\Component\\Scheduler\\Messenger\\Stamp\\ScheduledStamp` to the message,
936936
helping you identify those messages when needed.
937937

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

0 commit comments

Comments
 (0)