php8: resolve attributes in NamespaceResolver
This commit is contained in:
committed by
Laytan Laats
parent
6d1eee5a79
commit
5baa28bb27
@@ -222,6 +222,10 @@ func (nsr *NamespaceResolver) StmtTraitUse(n *ast.StmtTraitUse) {
|
||||
}
|
||||
}
|
||||
|
||||
func (nsr *NamespaceResolver) Attribute(n *ast.Attribute) {
|
||||
nsr.ResolveName(n.Name, "")
|
||||
}
|
||||
|
||||
// LeaveNode is invoked after node process
|
||||
func (nsr *NamespaceResolver) LeaveNode(n ast.Vertex) {
|
||||
switch nn := n.(type) {
|
||||
|
||||
Reference in New Issue
Block a user