junichi11 commented on issue #3805:
URL: https://github.com/apache/netbeans/issues/3805#issuecomment-1140113235

   PHP is not Java... 
   ```php
   // the following function may return a value or may not return anything
   // PHP can declare the function without return types
   function foo() {
       return 1;
       // return;
   }
   ```
   I don't think NetBeans is IDE for only Java... 
   We should fix the editor without breaking the existing behavior of other 
languages.
   


-- 
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

Reply via email to