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

Fix console.exception and console.terminate order #6631

Closed
wants to merge 1 commit into from

Conversation

julienfalque
Copy link
Contributor

The ConsoleEvents::TERMINATEevent is actually dispatched after the ConsoleEvents::EXCEPTION event in Symfony 2.3 and 2.7+.

@javiereguiluz
Copy link
Member

xabbuh added a commit that referenced this pull request Jun 6, 2016
… Falque)

This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #6631).

Discussion
----------

Fix console.exception and console.terminate order

The `ConsoleEvents::TERMINATE`event is actually dispatched **after** the `ConsoleEvents::EXCEPTION` event in Symfony 2.3 and 2.7+.

Commits
-------

608747a Fix console.exception and console.terminate order
@xabbuh
Copy link
Member

xabbuh commented Jun 6, 2016

Thank you @michaeldegroot. I have merged your change into the 2.7branch (as Symfony 2.3 has reached its end of maintenance) from where I will merge it up to all other branches. That's why your PR is shown as closed instead of merged. Though you will still get all the credits for your contribution.

@xabbuh xabbuh closed this Jun 6, 2016
xabbuh added a commit to xabbuh/symfony-docs that referenced this pull request Jun 6, 2016
In symfony#6631 we already fixed a sentence in the description. This change
will also reflect the occurence of the events by the order in which
their descriptions are shown.
@xabbuh
Copy link
Member

xabbuh commented Jun 6, 2016

I think we could now also swap the descriptions of these two events entirely (see #6638).

wouterj added a commit that referenced this pull request Jun 12, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

swap terminate and exception event descriptions

In #6631 we already fixed a sentence in the description. This change
will also reflect the occurence of the events by the order in which
their descriptions are shown.

Commits
-------

c74aa41 swap terminate and exception event descriptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants