-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Config][TwigBundle] Fixed syntax error in config #39334
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure about this one. IIUC, the change is only for YAML, but we have other formats as well where you should not add the quotes, right? |
Hm. Yes. I'll try to fix this problem by updating the Yaml dumper instead. |
I've updated the PR, it fixes the same problem but is only updating the dumper instead of the configuration. |
@Nyholm Can you have a look at the tests? |
Sure. PR is rebased and tests are updated |
78a5b37
to
04d369d
Compare
Thank you Tobias. |
Wohoo. Thank you. Now there is nothing that blocks us to make Carson bot a little bit smarter =) |
(except for a branch sync =) ) |
Sorry for such small PR. I found this when I was parsing the yaml after running
bin/console config:dump-reference TwigBundle
#SymfonyHackday