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 84ce745 commit 0772bfaCopy full SHA for 0772bfa
src/Node/QualifiedName.php
@@ -85,7 +85,6 @@ public function getResolvedName($namespaceDefinition = null) {
85
$this->parent instanceof Node\Statement\NamespaceUseDeclaration ||
86
$this->parent instanceof Node\NamespaceUseClause ||
87
$this->parent instanceof Node\NamespaceUseGroupClause ||
88
- $this->parent->parent instanceof Node\TraitUseClause ||
89
$this->parent instanceof Node\TraitSelectOrAliasClause
90
) {
91
return null;
0 commit comments