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