Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1f2ed7

Browse files
committed
Fix class name
CamelCaseToSnakeCaseNameConverter instead of CamelCaseToUnderscoreNameConverter
1 parent 8566263 commit a1f2ed7

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)