-
Notifications
You must be signed in to change notification settings - Fork 874
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
Improved method checks in enum declaration #5341
Improved method checks in enum declaration #5341
Conversation
fyi: if you want to get bug fixes into NB17 there is still a chance during the RC phase. All you have to do is to rebase on |
php/php.editor/src/org/netbeans/modules/php/editor/verification/IncorrectEnumHintError.java
Outdated
Show resolved
Hide resolved
We should add the following URLs and issue numbers to the commit message.
|
7312ff5
to
a45983c
Compare
Thanks for the review. |
As @mbien wrote, I think we can change the target to NB17. |
@KacerCZ OK, please make sure this is based on top of delivery and update the PR base branch and milestone if you want this to go in to NB17. Will keep an eye out for it. |
b061e11
to
a45983c
Compare
- Checks declaration of forbidden methods. - Adds __invoke and __debugInfo to list of magic methods. Docs - https://www.php.net/manual/en/language.enumerations.listing.php - https://www.php.net/manual/en/class.backedenum.php - https://www.php.net/manual/en/language.enumerations.object-differences.php - https://www.php.net/manual/en/language.oop5.magic.php Closes apache#5086, closes apache#5094
a45983c
to
6b9c7a3
Compare
@junichi11 OK, I didn't wanted to pressure you with the review by targeting NB17. |
Docs:
Closes #5086, closes #5094