junichi11 commented on code in PR #5579:
URL: https://github.com/apache/netbeans/pull/5579#discussion_r1123783096
##########
php/php.editor/test/unit/data/testfiles/actions/testGH5578/01/testGH5578_01.php.fixUses:
##########
@@ -0,0 +1,39 @@
+<?php
+
+use NS1\B;
+declare (ticks=1) {
+
+
+}
Review Comment:
We should add use statements below the declare statement if possible.
see:
https://www.php-fig.org/psr/psr-12/#3-declare-statements-namespace-and-import-statements
Please add a test case that has also `namespace` (`declare` and `namespace`).
--
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