Skip to content

Commit d1ae40e

Browse files
OskarStarkfabpot
authored andcommitted
[FrameworkBundle] Fix wrong merge
1 parent cd77610 commit d1ae40e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Command/TranslationUpdateCommand.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ protected function configure(): void
124124

125125
protected function execute(InputInterface $input, OutputInterface $output): int
126126
{
127-
$io = new SymfonyStyle($input, $output);
128-
$errorIo = $output instanceof ConsoleOutputInterface ? new SymfonyStyle($input, $output->getErrorOutput()) : $io;
129-
130-
if ('translation:update' === $input->getFirstArgument()) {
131-
$errorIo->caution('Command "translation:update" is deprecated since version 5.4 and will be removed in Symfony 6.0. Use "translation:extract" instead.');
132-
}
133-
134127
$io = new SymfonyStyle($input, $output);
135128
$errorIo = $io->getErrorStyle();
136129

0 commit comments

Comments
 (0)