minor #15286 [DependencyInjection] mention added method in upgrade docs (xabbuh)

This PR was merged into the 3.0-dev branch.

Discussion
----------

[DependencyInjection] mention added method in upgrade docs

| Q             | A
| ------------- | ---
| Fixed tickets | #15219
| License       | MIT

This commit documents the addition of the `remove()` method to the
`ParameterBagInterface` which was done in #15219.

Commits
-------

706d1a8 mention added method in upgrade docs
This commit is contained in:
Fabien Potencier 2015-07-16 01:21:56 +02:00
commit 5310d1e099
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ UPGRADE FROM 2.x to 3.0
### DependencyInjection
* The method `remove` was added to `Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface`.
* The methods `Definition::setFactoryClass()`,
`Definition::setFactoryMethod()`, and `Definition::setFactoryService()` have
been removed in favor of `Definition::setFactory()`. Services defined using