8000 minor #58553 [FrameworkBundle] Fix wrong merge (OskarStark) · symfonyaml/symfony@b1a2101 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b1a2101

Browse files
committed
minor symfony#58553 [FrameworkBundle] Fix wrong merge (OskarStark)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Fix wrong merge | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Commits ------- 6b7abdd [FrameworkBundle] Fix wrong merge
2 parents 5720bac + 6b7abdd commit b1a2101

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0