mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor, actually show article titles in Diviner.
This commit is contained in:
parent
867dae9414
commit
f55168b08b
1 changed files with 2 additions and 0 deletions
|
@ -460,6 +460,8 @@ final class DivinerAtomController extends DivinerController {
|
|||
case DivinerAtom::TYPE_METHOD:
|
||||
case DivinerAtom::TYPE_FUNCTION:
|
||||
break;
|
||||
case DivinerAtom::TYPE_ARTICLE:
|
||||
return $symbol->getTitle();
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue