Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Fix new instance of a class name#11830
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
OskarStark commentedJun 26, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
cc@Nyholm, but I think this fix is correct |
Nyholm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you for the ping.
Yes. That is correct. Thank you for improving the docs!
javiereguiluz commentedJun 27, 2019
@peaceant thanks for this fix (we merged it in 3.4 branch) and congrats on your first Symfony Docs contribution! |
Nyholm commentedJun 27, 2019
Wohoo! =) |
Art4 commentedJul 24, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@javiereguiluz Why have you changed the merging branch from There is no The
|
This PR was merged into the 3.4 branch.Discussion----------Fix Psr6Cache classname for 3.4 and 4.2This PR will fix a wrong class name that was added in#11830.This PR affects only the branches 3.4 and 4.2.In 4.3 the class was deprecated and moved to `Symfony\Component\Cache\Psr16Cache`, so the branches 4.3 and 4.4 are not affected.Commits-------595ed5b Fix classname for Psr6Cache
Fix for#11824