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
Apache NetBeans 25
The following leads to a compile error in PHP - so we should not display the Add Override hint for constructors.
<?php /** * @author nils */ class newPHPClass{ public function __construct(){ } } /** * @author nils */ class newPHPClass1 extends newPHPClass{ #[\Override] public function __construct(){ } }
No response
x
No / Don't know
Mageia
Apache NetBeans binary zip
Yes
The text was updated successfully, but these errors were encountered:
NReib
Successfully merging a pull request may close this issue.
Apache NetBeans version
Apache NetBeans 25
What happened
The following leads to a compile error in PHP - so we should not display the Add Override hint for constructors.
Language / Project Type / NetBeans Component
No response
How to reproduce
x
Did this work correctly in an earlier version?
No / Don't know
Operating System
Mageia
JDK
x
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
No response
Are you willing to submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: