You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #19155 [FrameworkBundle] Remove redundant code (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
0 commit comments