Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DependencyInjection] Added ParameterBagInterface::remove#15219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
linaori commentedJul 7, 2015
Is it possible to add a |
lyrixx commentedJul 7, 2015
I guess it's out of this scope |
mickaelandrieu commentedJul 8, 2015
@lyrixx what is the gain ? This sound like a free BC for no gain. |
lyrixx commentedJul 8, 2015
@mickaelandrieu Now, we can be sure the method exist before calling it. |
fabpot commentedJul 14, 2015
Thank you@lyrixx. |
…ove (lyrixx)This PR was merged into the 3.0-dev branch.Discussion----------[DependencyInjection] Added ParameterBagInterface::remove| Q | A| ------------- | ---| Bug fix? | kinda| New feature? | no| BC breaks? | only between 2.X and 3.X, this PR target 3.X| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -I created this PR because the method is implemented in `ParameterBag` but is not declared in the interface.Commits-------c13a4ff [DependencyInjection] Added ParameterBagInterface::remove
xabbuh commentedJul 14, 2015
This should be documented in the upgrade file. |
This commit documents the addition of the `remove()` method to the`ParameterBagInterface` which was done insymfony#15219.
xabbuh commentedJul 15, 2015
see#15286 |
mickaelandrieu commentedJul 15, 2015
@xabbuh 👍 thank you. |
…cs (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 | MITThis commit documents the addition of the `remove()` method to the`ParameterBagInterface` which was done in#15219.Commits-------706d1a8 mention added method in upgrade docs
I created this PR because the method is implemented in
ParameterBagbut is not declared in the interface.