From 65f321f6c9aa2451f6c0a7bcc03e4c74ed54908f Mon Sep 17 00:00:00 2001 From: Maxim Pustynnikov Date: Mon, 5 Nov 2018 14:30:47 +0800 Subject: [PATCH] LoggingTranslator should implement Symfony\Contracts\Translation\TranslatorInterface --- src/Symfony/Component/Translation/LoggingTranslator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Translation/LoggingTranslator.php b/src/Symfony/Component/Translation/LoggingTranslator.php index ee711568ab15d..0d09b8ce8f5da 100644 --- a/src/Symfony/Component/Translation/LoggingTranslator.php +++ b/src/Symfony/Component/Translation/LoggingTranslator.php @@ -19,7 +19,7 @@ /** * @author Abdellatif Ait boudad */ -class LoggingTranslator implements LegacyTranslatorInterface, TranslatorBagInterface +class LoggingTranslator implements TranslatorInterface, LegacyTranslatorInterface, TranslatorBagInterface { /** * @var TranslatorInterface|TranslatorBagInterface