- Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
http://symfony.com/doc/current/components/console/events.html#the-consoleevents-terminate-event
probably we can just add a method to the InvalidationListener that forwards to the right internal method.
- Update InvalidationListener
- Update documentation where it says you need to flush on console. The only case where flush won't happen automatically is when a fatal error / die is encountered.