From 4e35a78f932a4c07bd349efea647ac741c1419b6 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Wed, 23 Dec 2015 12:17:38 +0100 Subject: [PATCH] [Console][2.7] Fix merge #17040 --- Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application.php b/Application.php index 7e5c56ac5..9076fbbbb 100644 --- a/Application.php +++ b/Application.php @@ -631,7 +631,7 @@ public function asXml($namespace = null, $asDom = false) */ public function renderException($e, $output) { - $output->writeln('', OutputInterface::VERBOSITY_QUIET); + $output->writeln(''); do { $title = sprintf(' [%s] ', get_class($e));