8000 Fixed rebase issues · symfony/symfony@9c5cef4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c5cef4

Browse files
committed
Fixed rebase issues
1 parent 80e134f commit 9c5cef4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,14 @@ protected function execute(InputInterface $in 98F8 put, OutputInterface $output)
141141
// BC to be removed in 4.0
142142
if (null === $this->translator) {
143143
$this->translator = $this->getContainer()->get('translator');
144-
$this->reader = $this->getContainer()->get('translation.loader');
144+
$this->reader = $this->getContainer()->get('translation.reader');
145145
$this->extractor = $this->getContainer()->get('translation.extractor');
146146
}
147147

148148
$io = new SymfonyStyle($input, $output);
149149

150150
$locale = $input->getArgument('locale');
151151
$domain = $input->getOption('domain');
152-
/** @var TranslationReaderInterface $reader */
153-
$reader = $this->getContainer()->get('translation.reader');
154152
/** @var KernelInterface $kernel */
155153
$kernel = $this->getApplication()->getKernel();
156154

0 commit comments

Comments
 (0)
0