• Fabien Potencier's avatar
    moved all subscribers registration into the dispatcher closure creation · ca79d330
    Fabien Potencier authored
    This removes yet another special case that should not exist. Now, all
    listeners/subscribers registration are done in one place.
    
    If you want to disable the exception_handler, you now should call the
    disable() method on it. You can still unset it but be careful to do it
    as early as possible (which is anyway always the best idea).
    ca79d330
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...