tmysik commented on code in PR #6569:
URL: https://github.com/apache/netbeans/pull/6569#discussion_r1364094196
##########
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:
I don't know :sweat_smile: Well, let's try this and wait for a possible bug
fix? I mean, personally, I prefer uses + short names, so this is OK for me
(yes, maybe use statements should be added, but this can be done later, as
another ticket).
--
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