8000 Don't return early as this bypasses the auto exit feature · symfony/symfony@b6c17df · GitHub
[go: up one dir, main page]

Skip to content

Commit b6c17df

Browse files
committed
Don't return early as this bypasses the auto exit feature
1 parent 00efcd4 commit b6c17df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ public function run(InputInterface $input = null, OutputInterface $output = null
162162
} else {
163163
$exitCode = 1;
164164
}
165-
166-
return $exitCode;
167165
} finally {
168166
// if the exception handler changed, keep it
169167
// otherwise, unregister $renderException

0 commit comments

Comments
 (0)
0