Jayce created NETBEANS-4978:
-------------------------------

             Summary: 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
            Reporter: Jayce


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