@@ -510,7 +510,7 @@ PreRunEvent
510
510
**Event Class **: :class: `Symfony\\ Component\\ Scheduler\\ Event\\ PreRunEvent `
511
511
512
512
``PreRunEvent `` allows to modify the :class: `Symfony\\ Component\\ Scheduler\\ Schedule `
513
- or cancel message before it's consumed::
513
+ or cancel a message before it's consumed::
514
514
515
515
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
516
516
use Symfony\Component\Scheduler\Event\PreRunEvent;
@@ -540,7 +540,7 @@ PostRunEvent
540
540
**Event Class **: :class: `Symfony\\ Component\\ Scheduler\\ Event\\ PostRunEvent `
541
541
542
542
``PostRunEvent `` allows to modify the :class: `Symfony\\ Component\\ Scheduler\\ Schedule `
543
- after message is consumed::
543
+ after a message is consumed::
544
544
545
545
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
546
546
use Symfony\Component\Scheduler\Event\PostRunEvent;
@@ -567,7 +567,7 @@ FailureEvent
567
567
**Event Class **: :class: `Symfony\\ Component\\ Scheduler\\ Event\\ FailureEvent `
568
568
569
569
``FailureEvent `` allows to modify the :class: `Symfony\\ Component\\ Scheduler\\ Schedule `
570
- when message consumption throw an exception::
570
+ when a message consumption throws an exception::
571
571
572
572
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
573
573
use Symfony\Component\Scheduler\Event\FailureEvent;
@@ -595,8 +595,8 @@ and their priorities:
595
595
596
596
.. versionadded :: 6.4
597
597
598
- Methods ``PreRunEvent ``, ``PostRunEvent `` and ``FailureEvent `` were introduced
599
- in Symfony 6.4.
598
+ The ``PreRunEvent ``, ``PostRunEvent `` and ``FailureEvent `` events were
599
+ introduced in Symfony 6.4.
600
600
601
601
.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
602
602
.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
0 commit comments