mvorisek opened a new issue, #7192: URL: https://github.com/apache/netbeans/issues/7192
### Apache NetBeans version Apache NetBeans 21 ### What happened `@return static` PHPDoc typehinting is broken. It used to work, but I have upgraded to Netbeans 21 and it does no longer work. Instead of typehinting all the `static` class methods, with complex inheritance, there is some issue.  ### Language / Project Type / NetBeans Component PHP ### How to reproduce repro files: https://github.com/atk4/core/blob/18741e5c99/src/StaticAddToTrait.php#L37 https://github.com/atk4/ui/blob/5fc79edc29/src/AbstractView.php#L31 https://github.com/atk4/ui/blob/5fc79edc29/src/View.php https://github.com/atk4/ui/blob/5fc79edc29/src/Form.php ### Did this work correctly in an earlier version? Apache NetBeans 16 or earlier ### Operating System any ### JDK any ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- 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
