Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 toab70632Compareaitboudad commentedMay 11, 2015
👍 wouldn't be better to use |
xabbuh commentedMay 11, 2015
@aitboudad The instance is passed to the method. What exactly do you propose to change there? |
fabpot commentedMay 11, 2015
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 commentedMay 11, 2015
xabbuh commentedMay 11, 2015
@aitboudad#14178 is already merged, isn't it? |
aitboudad commentedMay 11, 2015
@xabbuh yes, but I think we have forgotten to apply the changes in |
xabbuh commentedMay 11, 2015
@aitboudad I'm afraid I still don't understand what you mean. Maybe it's better if you create a PR. :) |
aitboudad commentedMay 11, 2015
@xabbuh 😄 ok I'll try |
This way, the deprecated
__toString()method of theConfigCacheclass will not be called.