We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078f193 commit 78fd064Copy full SHA for 78fd064
1 file changed
tests/Issues/AutoImport/Fixture/skip_conflict_no_namespaced_fqcn_inside_namespace.php.inc
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace App\Bar;
4
5
+class SkipConflictNoNamespacedFqcnInsideNamespace
6
+{
7
+ public \SkipConflictNoNamespacedFqcnInsideNamespace $prop;
8
+}
0 commit comments