Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Remove redundant code#19155
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
stof commentedJun 23, 2016
The fact that it does not change the Configuration class looks weird to me |
GuilhemN commentedJun 23, 2016
@stof |
GuilhemN commentedJun 23, 2016
@stof ok in fact the |
xabbuh commentedJun 23, 2016
At least, I would now remove the second call to the |
GuilhemN commentedJun 23, 2016
done@xabbuh |
xabbuh commentedJun 23, 2016
👍 LGTM |
fabpot commentedJun 24, 2016
Thank you @Ener-Getick. |
This PR was merged into the 3.2-dev branch.Discussion----------[FrameworkBundle] Remove redundant code| Q | A| ------------- | ---| Branch? | "master"| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Was part of#17706.Change the remaining ``isset($config['foo'])`` to ``$this->isConfigEnabled($config['foo'])`` to allow to use parameters to enable a feature.Commits-------a21af88 [FrameworkBundle] Remove redundant code
Was part of#17706.
Change the remaining
isset($config['foo'])to$this->isConfigEnabled($config['foo'])to allow to use parameters to enable a feature.