1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Use unaliased name for external hook

This commit is contained in:
Brown 2019-11-04 10:13:12 -05:00
parent e7330afe8b
commit 4f9cf54005

View File

@ -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));
}
/**