Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exit code for Application::doRun() #1325

Merged
merged 1 commit into from
Nov 23, 2015

Conversation

zviryatko
Copy link
Contributor

Symfony console application expected that method doRun() will return an exit code: zero if everything went fine, or an error code.
It prevents The command terminated with an error status () error after every command in console.

Symfony console application expected that method doRun() will return an exit code: zero if everything went fine, or an error code.
It prevents `The command terminated with an error status ()` error after every command in console.
@jmolivas
Copy link
Member

@zviryatko Thanks for the PR. Nice catch.

jmolivas added a commit that referenced this pull request Nov 23, 2015
Add exit code for Application::doRun()
@jmolivas jmolivas merged commit dc7e877 into hechoendrupal:master Nov 23, 2015
@jmolivas jmolivas modified the milestone: 0.9.8 Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants