Skip to content

Commit a8a4523

Browse files
committed
Fix a syntax issue in Coding Standards
1 parent 4b9fb5c commit a8a4523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contributing/code/standards.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Naming Conventions
211211
* Use `camelCase`_ for PHP variables, function and method names, arguments
212212
(e.g. ``$acceptableContentTypes``, ``hasSession()``);
213213

214-
Use `snake_case`_ for configuration parameters, route names and Twig template
214+
* Use `snake_case`_ for configuration parameters, route names and Twig template
215215
variables (e.g. ``framework.csrf_protection``, ``http_status_code``);
216216

217217
* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``);

0 commit comments

Comments
 (0)