Skip to content

Commit e827d3e

Browse files
committed
Adopt snake_case for route names and paths
1 parent 617a2b5 commit e827d3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/code/standards.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ Naming Conventions
214214
* Use `snake_case`_ for configuration parameters and Twig template variables
215215
(e.g. ``framework.csrf_protection``, ``http_status_code``);
216216

217+
* Use `snake_case`_ for configuration route names and paths;
218+
217219
* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``);
218220

219221
* Use `UpperCamelCase`_ for enumeration cases (e.g. ``InputArgumentMode::IsArray``);

0 commit comments

Comments
 (0)