Skip to content

Commit

Permalink
bug #5110 [Serializer] Fix class name (iamluc)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Mar 25, 2015
2 parents 8566263 + a1f2ed7 commit adf5b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ CamelCase to snake_case
~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 2.7
The :class:`Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToUnderscoreNameConverter`
The :class:`Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToSnakeCaseNameConverter`
interface was introduced in Symfony 2.7.

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

0 comments on commit adf5b90

Please sign in to comment.