php8: do not resolve reserved name mixed in NamespaceResolver
This commit is contained in:
committed by
Laytan Laats
parent
6855357aaa
commit
9281143091
@@ -370,6 +370,8 @@ func (ns *Namespace) ResolveName(nameNode ast.Vertex, aliasType string) (string,
|
||||
case "iterable":
|
||||
fallthrough
|
||||
case "object":
|
||||
fallthrough
|
||||
case "mixed": // 8.0
|
||||
return part, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user