Skip to content

Commit adf5b90

Browse files
committed
bug #5110 [Serializer] Fix class name (iamluc)
This PR was merged into the 2.7 branch. Discussion ---------- [Serializer] Fix class name | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.7, master | Fixed tickets | CamelCaseToSnakeCaseNameConverter instead of CamelCaseToUnderscoreNameConverter Commits ------- a1f2ed7 Fix class name
2 parents 8566263 + a1f2ed7 commit adf5b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ CamelCase to snake_case
241241
~~~~~~~~~~~~~~~~~~~~~~~
242242

243243
.. versionadded:: 2.7
244-
The :class:`Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToUnderscoreNameConverter`
244+
The :class:`Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToSnakeCaseNameConverter`
245245
interface was introduced in Symfony 2.7.
246246

247247
In many formats, it's common to use underscores to separate words (also known

0 commit comments

Comments
 (0)