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:
*
* [
* 'related' => t('Related'),
* 'child' => t('Child'),
* 'parent' => t('Parent'),
* 'self' => t('Self'),
* 'related' => 'Related',
* 'child' => 'Child',
* 'parent' => 'Parent',
* 'self' => 'Self',
* ]
*
* The dictionary key is saved in the database.