-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Is it possible to add a |
I guess it's out of this scope |
@lyrixx what is the gain ? This sound like a free BC for no gain. |
@mickaelandrieu Now, we can be sure the method exist before calling it. |
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
This should be documented in the upgrade file. |
This commit documents the addition of the `remove()` method to the `ParameterBagInterface` which was done in symfony#15219.
see #15286 |
@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 | 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
I created this PR because the method is implemented in
ParameterBag
but is not declared in the interface.