mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Use unaliased name for external hook
This commit is contained in:
parent
e7330afe8b
commit
4f9cf54005
@ -774,7 +774,7 @@ class Codebase
|
||||
*/
|
||||
public function getParentInterfaces($fq_interface_name)
|
||||
{
|
||||
return $this->classlikes->getParentInterfaces($fq_interface_name);
|
||||
return $this->classlikes->getParentInterfaces($this->classlikes->getUnAliasedName($fq_interface_name));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user