Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[HttpKernel] use ConfigCache::getPath() method when it exists#14610
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
This way, the deprecated `__toString()` method of the `ConfigCache`class will not be called.
215c42b
toab70632
Compare👍 wouldn't be better to use |
@aitboudad The instance is passed to the method. What exactly do you propose to change there? |
Thank you@xabbuh. |
…xists (xabbuh)This PR was merged into the 2.7 branch.Discussion----------[HttpKernel] use ConfigCache::getPath() method when it exists| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |This way, the deprecated `__toString()` method of the `ConfigCache`class will not be called.Commits-------ab70632 [HttpKernel] use ConfigCache::getPath() method when it exists
@aitboudad#14178 is already merged, isn't it? |
@xabbuh yes, but I think we have forgotten to apply the changes in |
@aitboudad I'm afraid I still don't understand what you mean. Maybe it's better if you create a PR. :) |
@xabbuh 😄 ok I'll try |
This way, the deprecated
__toString()
method of theConfigCache
class will not be called.