• Fabien Potencier's avatar
    moved the setting of provider values after the registration to avoid having... · 9766faf0
    Fabien Potencier authored
    moved the setting of provider values after the registration to avoid having isset calls everywhere in the provider code
    
    Before, the behavior was not consistent. Some values could be overridden
    by passing an array as a second argument to the register() method, but
    for most of them it did not work (we would have to wrap all definitions
    with an isset()). Now, this is more consistent as you can override
    everything that is defined in the provider.
    9766faf0
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...
composer.lock Loading commit data...
phpunit.xml.dist Loading commit data...