You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jayce (Jira)" <ji...@apache.org> on 2021/11/01 07:39:00 UTC

[jira] [Commented] (NETBEANS-4978) PHP Menu Source->Fix uses break code

    [ https://issues.apache.org/jira/browse/NETBEANS-4978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436654#comment-17436654 ] 

Jayce commented on NETBEANS-4978:
---------------------------------

Hi, thanks for the work.

Just tried in :
*Product Version:* Apache NetBeans IDE DEV (Build dev-76448e5011d37650a804a9a1c4fdf36f676807f3)

And it's not solved.

use XXX are inserted ABOVE declare(strict_types=1);

> PHP Menu Source->Fix uses break code
> ------------------------------------
>
>                 Key: NETBEANS-4978
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4978
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: php - Editor
>    Affects Versions: 12.0
>            Reporter: Jayce
>            Assignee: Junichi Yamamoto
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: 01BeforeFixUses.png, 02AfterFixUses.png, BugClass.php, BugScreencast.mov
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Using "Fix Uses" (Source menu) break code by moving "use \Package\To\Use;" before "declare(strict_types=1);"
> It does not happen if a use line is already present in the source code (at the correct position).
> declare(strict_types=1); must always be the first line.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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