Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] fix deprecation of fragments by using FQCN#31708
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 commentedMay 29, 2019
We're missing something, this breaks tests on 4.3. |
34bab1b to80e45c1CompareSimperfit commentedMay 29, 2019
test fixed |
chalasr commentedMay 29, 2019
Because the This means that we also miss a deprecation notice in |
Tobion commentedMay 30, 2019
I didn't see your PR. Here is mine which is a little more complete:#31713 |
fabpot commentedMay 30, 2019
closes in favor of#31713 |
This fixes the error I got inhttps://travis-ci.org/symfony/symfony/jobs/538890475 and I don't understand why it doesn't fail anywhere else.