You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (JIRA)" <ji...@apache.org> on 2019/03/19 04:10:00 UTC

[jira] [Resolved] (NETBEANS-2084) Inline type hint order

     [ https://issues.apache.org/jira/browse/NETBEANS-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junichi Yamamoto resolved NETBEANS-2084.
----------------------------------------
    Resolution: Won't Fix

> 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
>            Priority: Major
>
> 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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