1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-10 00:42:40 +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,
);
// Track 'interface ... implements' in the extension map.
// Track 'interface ... extends' in the extension map.
$xmap[$interface_name][] = $parent->getConcreteString();
}
}