Community
Participate
Working Groups
php file: <?php namespace foo; class fooClass1 { function function_name() { ; } } namespace bar; use foo\fooClass1; class barClass1 extends fooClass1{ function function_name() { ; } } new fooClass1| <- CA here you will see there are 2 proposals for fooClass1,one is alias the other is the \foo\fooClass1.
fixed
The problem is still reproduced. See the new attachment.
Created attachment 218275 [details] screenshot
Works correctly with latest PDT. Fixed indirectly.
Right, closing