From f269f4e398837bd8ce6f0c16313b13575f002dfc Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 5 Feb 2018 14:36:28 -0800 Subject: Remove t() from PHPdoc example to avoid confusion --- app/Core/ExternalLink/ExternalLinkProviderInterface.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Core') diff --git a/app/Core/ExternalLink/ExternalLinkProviderInterface.php b/app/Core/ExternalLink/ExternalLinkProviderInterface.php index c908e1eb..961252ea 100644 --- a/app/Core/ExternalLink/ExternalLinkProviderInterface.php +++ b/app/Core/ExternalLink/ExternalLinkProviderInterface.php @@ -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. -- cgit v1.2.3