Skip to content

Commit c4799c1

Browse files
committed
Don't return early as this bypasses the auto exit feature
1 parent 1cbaac3 commit c4799c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)