File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Bundle/FrameworkBundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 166166use Symfony \Component \String \Slugger \SluggerInterface ;
167167use Symfony \Component \Translation \Bridge as TranslationBridge ;
168168use Symfony \Component \Translation \Command \XliffLintCommand as BaseXliffLintCommand ;
169- use Symfony \Component \Translation \Extractor \PhpAstExtractor ;
170169use Symfony \Component \Translation \DefaultParametersTranslator ;
170+ use Symfony \Component \Translation \Extractor \PhpAstExtractor ;
171171use Symfony \Component \Translation \LocaleSwitcher ;
172172use Symfony \Component \Translation \PseudoLocalizationTranslator ;
173173use Symfony \Component \Translation \Translator ;
Original file line number Diff line number Diff line change 1616final class DefaultParametersTranslator implements TranslatorInterface
1717{
1818 /**
19- * @param TranslatorInterface $translator
2019 * @param array<string, string> $defaultParameters
2120 */
2221 public function __construct (
You can’t perform that action at this time.
0 commit comments