LoggingTranslator should implement Symfony\Contracts\Translation\TranslatorInterface

This commit is contained in:
Maxim Pustynnikov 2018-11-05 14:30:47 +08:00
parent 4bc1cc7e43
commit 65f321f6c9

View File

@ -19,7 +19,7 @@ use Symfony\Contracts\Translation\TranslatorInterface;
/**
* @author Abdellatif Ait boudad <a.aitboudad@gmail.com>
*/
class LoggingTranslator implements LegacyTranslatorInterface, TranslatorBagInterface
class LoggingTranslator implements TranslatorInterface, LegacyTranslatorInterface, TranslatorBagInterface
{
/**
* @var TranslatorInterface|TranslatorBagInterface