8000 LoggingTranslator should implement Symfony\Contracts\Translation\Tran… · symfony/symfony@65f321f · GitHub
[go: up one dir, main page]

Skip to content

Commit 65f321f

Browse files
committed
LoggingTranslator should implement Symfony\Contracts\Translation\TranslatorInterface
1 parent 4bc1cc7 commit 65f321f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/LoggingTranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Abdellatif Ait boudad <a.aitboudad@gmail.com>
2121
*/
22-
class LoggingTranslator implements LegacyTranslatorInterface, TranslatorBagInterface
22+
class LoggingTranslator implements TranslatorInterface, LegacyTranslatorInterface, TranslatorBagInterface
2323
{
2424
/**
2525
* @var TranslatorInterface|TranslatorBagInterface

0 commit comments

Comments
 (0)
0