Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fix name and phpdoc of ContainerBuilder::removeBindings#31173
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
teohhanhui commentedApr 18, 2019
| Q | A |
|---|---|
| Branch? | 3.4 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #29944 (comment) |
| License | MIT |
| Doc PR | N/A |
teohhanhui commentedApr 18, 2019
The method name was also wrong. It's okay to change because it's |
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedApr 22, 2019
Even if the method is marked as internal, we won't rename the method in 3.4 as this is not a bug fix. So, the phpdoc can be merged in 3.4, but the rest should be done in master. |
nicolas-grekas commentedApr 26, 2019
These methods have been released for the 1st time 10 days ago, see#29944 |
nicolas-grekas commentedApr 27, 2019
Thank you@teohhanhui. |
…(teohhanhui)This PR was merged into the 3.4 branch.Discussion----------Fix name and phpdoc of ContainerBuilder::removeBindings| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass? | yes| Fixed tickets |#29944 (comment)| License | MIT| Doc PR | N/A<!--Write a short README entry for your feature/bugfix here (replace this comment block.)This will help people understand your PR and can be used as a start of the Doc PR.Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch.-->Commits-------c93194d Fix name and phpdoc of ContainerBuilder::removeBindings