Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DI] Add check around class_alias for generated proxy classes#37144
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
nicolas-grekas 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.
Thanks, this looks good to me.
Can you please fix tests? There is a fixture that needs an update.
Uh oh!
There was an error while loading.Please reload this page.
c4f1a54 to990dfd5Compareenumag commentedJun 9, 2020
@nicolas-grekas Fixed. Travis is still failing but it doesn't seem related. |
jeremyFreeAgent commentedJun 9, 2020
Thanks@enumag |
nicolas-grekas commentedJun 9, 2020
Thank you@enumag. |
lugosium commentedJun 9, 2020
Thank you@enumag |
1 similar comment
CarpentierMartin commentedJun 9, 2020
Thank you@enumag |
PedroTroller commentedJun 10, 2020
Perfect, thank you@enumag ! |
Here is therequested fix.
I'd like to note that I consider this kind of a workaround. I don't know why the issue only started to appear with Symfony 5.1 and not before. There might be some other problem hidden somewhere else.