Bo Andersen created NETBEANS-2084:
-------------------------------------

             Summary: Inline type hint order
                 Key: NETBEANS-2084
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2084
             Project: NetBeans
          Issue Type: Improvement
          Components: php - Editor
    Affects Versions: 10.0
            Reporter: Bo Andersen


I have reported this in the 8.2, and thought it was fixed in a dev branch. But 
the issue is in Netbeans 10 as well.

It is about the order of type hinting in the code, it does not match other IDE's

Netbeans way:
{code:java}
/* @var $variable Class */
{code}
Other IDE:
{code:java}
/* @var Class $variable */
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to