File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -421,8 +421,9 @@ CamelCase to snake_case
421
421
interface was introduced in Symfony 2.7.
422
422
423
423
In many formats, it's common to use underscores to separate words (also known
424
- as snake_case). However, PSR-1 specifies that the preferred style for PHP
425
- properties and methods is CamelCase.
424
+ as snake_case). However, in Symfony applications is common to use CamelCase to
425
+ name properties (even though the `PSR-1 standard `_ doesn't recommend any
426
+ specific case for property names).
426
427
427
428
Symfony provides a built-in name converter designed to transform between
428
429
snake_case and CamelCased styles during serialization and deserialization
@@ -646,5 +647,6 @@ Learn more
646
647
A popular alternative to the Symfony Serializer Component is the third-party
647
648
library, `JMS serializer `_ (released under the Apache license, so incompatible with GPLv2 projects).
648
649
650
+ .. _`PSR-1 standard` : http://www.php-fig.org/psr/psr-1/
649
651
.. _`JMS serializer` : https://github.com/schmittjoh/serializer
650
652
.. _Packagist : https://packagist.org/packages/symfony/serializer
You can’t perform that action at this time.
0 commit comments