-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected
6.3.1
Description
$recurringMessage->getTrigger()->getNextRunDate(now())->format(\DateTimeInterface::ATOM), |
This line causes an NPE since getNextRunDate
can return null.
How to reproduce
Return null from any trigger (e.g. new CallbackTrigger(fn () => null)
and run debug:scheduler
command
Possible Solution
No response
Additional Context
No response