We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b9efb commit 5bb2654Copy full SHA for 5bb2654
contributing/code/standards.rst
@@ -214,8 +214,8 @@ Naming Conventions
214
* Use `camelCase`_ for PHP variables, function and method names, arguments
215
(e.g. ``$acceptableContentTypes``, ``hasSession()``);
216
217
-* Use `snake_case`_ for configuration parameters and Twig template variables
218
- (e.g. ``framework.csrf_protection``, ``http_status_code``);
+Use `snake_case`_ for configuration parameters, route names and Twig template
+ variables (e.g. ``framework.csrf_protection``, ``http_status_code``);
219
220
* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``);
221
0 commit comments