### Symfony version(s) affected 6.3.1 ### Description https://github.com/symfony/symfony/blob/0458c9b5348289b4a45bee91d4475a59f1948b02/src/Symfony/Component/Scheduler/Command/DebugCommand.php#L120 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_