We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 836a614 + d1ae40e commit adb9826Copy full SHA for adb9826
Command/TranslationUpdateCommand.php
@@ -113,9 +113,6 @@ protected function configure(): void
113
114
protected function execute(InputInterface $input, OutputInterface $output): int
115
{
116
- $io = new SymfonyStyle($input, $output);
117
- $errorIo = $output instanceof ConsoleOutputInterface ? new SymfonyStyle($input, $output->getErrorOutput()) : $io;
118
-
119
$io = new SymfonyStyle($input, $output);
120
$errorIo = $io->getErrorStyle();
121
0 commit comments