DamImpr opened a new pull request, #9395: URL: https://github.com/apache/netbeans/pull/9395
As reported in issue https://github.com/apache/netbeans/issues/9171 adding the return type to the constructor in a PHP project caused a conflict with the ‘override methods’ feature, making the code incompatible with PHP inheritance rules. This PR removes the return type from the constructor, restoring compatibility with PHP conventions and resolving the reported bug. Effect: the constructor can now be correctly overridden in child classes, as expected by the language. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
