1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-12 18:02:39 +01:00

Minor, address feedback from @vrana on D2585.

Auditors: vrana
This commit is contained in:
epriestley 2012-05-30 07:33:42 -07:00
parent 009e6c4dbf
commit 7ae1a0ec40

View file

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