mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-12 18:02:39 +01:00
parent
009e6c4dbf
commit
7ae1a0ec40
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ foreach ($interfaces as $interface) {
|
||||||
'symbol' => $parent,
|
'symbol' => $parent,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Track 'interface ... implements' in the extension map.
|
// Track 'interface ... extends' in the extension map.
|
||||||
$xmap[$interface_name][] = $parent->getConcreteString();
|
$xmap[$interface_name][] = $parent->getConcreteString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue