You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.3 branch.
Discussion
----------
Fix typos in code
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.3
| Fixed tickets |
PS 1: As so far I used only yaml files for services not sure if the changes to XML and PHP code blocks are correct
PS 2: Maybe I configured something wrong or something like that (or you could point me in the right direction for more information), but I don't think the terminate listener will work. In my opinion when command is exited with exception the exit code should be more than zero, but on `ConsoleTerminateEvent` and even on `ConsoleExceptionEvent` the exit code is `0`
Commits
-------
2135b82 Change: ConsoleTerminateListener => ErrorLoggerListener
fc403b1 Removed parameters from service
d4ba3c0 Fix typos in code
0 commit comments