Skip to content

[Serializer] Add SnakeCaseToCamelCaseNameConverter #20774

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

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

alamirault
Copy link
Contributor

Fix #20151

Continue work started in #20160

Copy link
Contributor

@OskarStark OskarStark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Versionadded missing

snake_case to CamelCase
~~~~~~~~~~~~~~~~~~~~~~~

In Symfony applications is common to use camelCase to name properties. However
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In Symfony applications is common to use camelCase to name properties. However
In Symfony applications it is common to use camelCase to name properties. However

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done while merging ... and added the versionadded directive too. Thanks!

@javiereguiluz javiereguiluz added this to the 7.2 milestone Mar 19, 2025
@javiereguiluz javiereguiluz merged commit a53b26e into symfony:7.2 Mar 19, 2025
3 checks passed
@javiereguiluz
Copy link
Member

Thanks Antoine for another nice contribution!

@alamirault alamirault deleted the feature/20151-snake-converter branch March 20, 2025 18:04
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.

4 participants