Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>
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)