junichi11 commented on code in PR #6569:
URL: https://github.com/apache/netbeans/pull/6569#discussion_r1367609920


##########
php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesImplementMethod03/testIntersectionTypesImplementMethod03.php.testIntersectionTypesImplementMethod03.codegen:
##########
@@ -1,2 +1,2 @@
-public function testMethod(\Test1\Foo&\Test1\Bar $param): 
\Test1\Foo&\Test1\Bar{
+public function testMethod(Foo&Bar $param): \Test1\Foo&\Test1\Bar{

Review Comment:
   @tmysik I've reconsidered this... perhaps the user will run "Fix imports..." 
with or without namespaces.
   I'll revert this to the previous behavior because it works fine if 
namespaces exist.



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

Reply via email to