From 1433ddaec6e7130a198f0c3d090c128166def4cf Mon Sep 17 00:00:00 2001 From: Christian Weiss Date: Sun, 11 Sep 2016 18:17:52 +0200 Subject: [PATCH] fixed: call this method twice do not make sense --- src/Symfony/Component/Console/Command/Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Console/Command/Command.php b/src/Symfony/Component/Console/Command/Command.php index 0d5001bb187a3..bd54da224af85 100644 --- a/src/Symfony/Component/Console/Command/Command.php +++ b/src/Symfony/Component/Console/Command/Command.php @@ -210,7 +210,6 @@ protected function initialize(InputInterface $input, OutputInterface $output) public function run(InputInterface $input, OutputInterface $output) { // force the creation of the synopsis before the merge with the app definition - $this->getSynopsis(true); $this->getSynopsis(false); // add the application arguments and options