Commit 1e76648
committed
minor #6631 Fix console.exception and console.terminate order (Julien 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 order1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments