@@ -463,8 +463,9 @@ CamelCase to snake_case
463463~~~~~~~~~~~~~~~~~~~~~~~
464464
465465In many formats, it's common to use underscores to separate words (also known
466- as snake_case). However, PSR-1 specifies that the preferred style for PHP
467- properties and methods is CamelCase.
466+ as snake_case). However, in Symfony applications is common to use CamelCase to
467+ name properties (even though the `PSR-1 standard `_ doesn't recommend any
468+ specific case for property names).
468469
469470Symfony provides a built-in name converter designed to transform between
470471snake_case and CamelCased styles during serialization and deserialization
@@ -996,6 +997,7 @@ Learn more
996997 A popular alternative to the Symfony Serializer Component is the third-party
997998 library, `JMS serializer `_ (released under the Apache license, so incompatible with GPLv2 projects).
998999
1000+ .. _`PSR-1 standard` :http://www.php-fig.org/psr/psr-1/
9991001.. _`JMS serializer` :https://github.com/schmittjoh/serializer
10001002.. _Packagist :https://packagist.org/packages/symfony/serializer
10011003.. _RFC3339 :https://tools.ietf.org/html/rfc3339#section-5.8