Skip to content

Commit adb9826

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [FrameworkBundle] Fix wrong merge silence PHP warning when an invalid date interval format string is used
2 parents 836a614 + d1ae40e commit adb9826

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Command/TranslationUpdateCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ protected function configure(): void
113113

114114
protected function execute(InputInterface $input, OutputInterface $output): int
115115
{
116-
$io = new SymfonyStyle($input, $output);
117-
$errorIo = $output instanceof ConsoleOutputInterface ? new SymfonyStyle($input, $output->getErrorOutput()) : $io;
118-
119116
$io = new SymfonyStyle($input, $output);
120117
$errorIo = $io->getErrorStyle();
121118

0 commit comments

Comments
 (0)