Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[Yaml] Add theYaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES
flag to enforce double quotes around string values#20758
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
…ce double quotes around string values
068abee
intosymfony:7.3Uh oh!
There was an error while loading.Please reload this page.
Antoine, thanks for your contribution! Your proposed contents were correct, but I was missing some precision when we mentioned "values" (which values? all? only string? etc.) So, I tested this feature a bit and found that only applies to string values, so I updated the code examples to show all types of values so it's more clear the impact of this feature. See409ec02 |
Thanks Javier ! |
Fix#20734