Skip to content

Commit 78fd064

Browse files
authored
[AutoImport] Add fixture to skip conflict no namespaced fqcn inside namespace (#7238)
1 parent 078f193 commit 78fd064

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace App\Bar;
4+
5+
class SkipConflictNoNamespacedFqcnInsideNamespace
6+
{
7+
public \SkipConflictNoNamespacedFqcnInsideNamespace $prop;
8+
}

0 commit comments

Comments
 (0)