We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.3.1
symfony/src/Symfony/Component/Scheduler/Command/DebugCommand.php
Line 120 in 0458c9b
This line causes an NPE since getNextRunDate can return null.
getNextRunDate
Return null from any trigger (e.g. new CallbackTrigger(fn () => null) and run debug:scheduler command
new CallbackTrigger(fn () => null)
debug:scheduler
No response
The text was updated successfully, but these errors were encountered:
bug #51055 [Scheduler] Fix NPE in debug:scheduler command (maxbeckers)
51b1527
This PR was merged into the 6.3 branch. Discussion ---------- [Scheduler] Fix NPE in `debug:scheduler` command | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #51052 | License | MIT | Doc PR | n/a Fix NPE in `debug:scheduler` command. Commits ------- 401cd08 [Scheduler] Fix NPE in debug:scheduler command
Closed via #51055
Sorry, something went wrong.
No branches or pull requests
Symfony version(s) affected
6.3.1
Description
symfony/src/Symfony/Component/Scheduler/Command/DebugCommand.php
Line 120 in 0458c9b
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 rundebug:scheduler
commandPossible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: