Skip to content
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

[Yaml] Add the Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag to enforce double quotes around string values #20758

Merged

Conversation

alamirault
Copy link
Contributor

Fix #20734

@javiereguiluz javiereguiluz merged commit 068abee into symfony:7.3 Mar 12, 2025
3 checks passed
@javiereguiluz
Copy link
Member

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. See 409ec02

@alamirault
Copy link
Contributor Author

Thanks Javier !

@alamirault alamirault deleted the feature/20734-dump-force-double-quotes branch March 17, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Yaml] Add the Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag to enfor…
4 participants