-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Prevent StopWorkerOnSignalsListener::$signals
to be assigned to null in case SIGTERM
constant doesn't exist
#50532
New issue
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
Conversation
β¦igned to null in case `SIGTERM` constant doesn't exist
Hey! Thanks for your PR. You are targeting branch "6.4" but it seems your PR description refers to branch "6.3". Cheers! Carsonbot |
Thank you @alexandre-daubois. |
Can we have a patch version for this fix? This seems to break our Symfony Project in dev-mode as EventDataCollector constructs the listener and then this bug is triggered.
|
@shyim I guess this will come in 6.3.1, to be released by the end of the month |
Is a more short-term release possible? |
Prevents the non-nullable property to be assigned to null π