Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e625f1b

Browse files
minor #17121 [Console][2.7] Fix merge #17040 (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- [Console][2.7] Fix merge #17040 | Q | A | ------------- | --- | Fixed tickets | 6a92f4e#commitcomment-15080872 | License | MIT This change should not be merged in upper branches. Commits ------- 211d589 [Console][2.7] Fix merge #17040
2 parents cd94014 + 211d589 commit e625f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function asXml($namespace = null, $asDom = false)
631631
*/
632632
public function renderException($e, $output)
633633
{
634-
$output->writeln('', OutputInterface::VERBOSITY_QUIET);
634+
$output->writeln('');
635635

636636
do {
637637
$title = sprintf(' [%s] ', get_class($e));

0 commit comments

Comments
 (0)