We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617a2b5 commit e827d3eCopy full SHA for e827d3e
contributing/code/standards.rst
@@ -214,6 +214,8 @@ Naming Conventions
214
* Use `snake_case`_ for configuration parameters and Twig template variables
215
(e.g. ``framework.csrf_protection``, ``http_status_code``);
216
217
+* Use `snake_case`_ for configuration route names and paths;
218
+
219
* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``);
220
221
* Use `UpperCamelCase`_ for enumeration cases (e.g. ``InputArgumentMode::IsArray``);
0 commit comments