-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix missing deprecation message for default case statement followed by semicolon #20172
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
…y semicolon Follow-up to phpGH-19215
5bb7c95
to
70e31e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RM approval
Is there anything else that needs to happen before this can be merged? |
Given this is borderline between a bugfix and a feature (it will emit additional warnings that were not there before) and we're in RC, the RMs both want to have a look. I've already messaged Daniel in private so that it hopefully gets looked at before Tuesday when the next RC is tagged. |
For what it's worth - this PR is in response to a question about this deprecation asked on the Internals mailing list, so Internals should be considered informed and there have been no objections on the mailing list against this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RM approval, technical review not performed
Please include a note in the NEWS for 8.5
Follow-up to GH-19215