Remove t() from PHPdoc example to avoid confusion

This commit is contained in:
Frédéric Guillot 2018-02-05 14:36:28 -08:00
parent bab2fb3899
commit f269f4e398
1 changed files with 4 additions and 4 deletions

View File

@ -32,10 +32,10 @@ interface ExternalLinkProviderInterface
* Example: * Example:
* *
* [ * [
* 'related' => t('Related'), * 'related' => 'Related',
* 'child' => t('Child'), * 'child' => 'Child',
* 'parent' => t('Parent'), * 'parent' => 'Parent',
* 'self' => t('Self'), * 'self' => 'Self',
* ] * ]
* *
* The dictionary key is saved in the database. * The dictionary key is saved in the database.