Skip to content

Commit 25ef283

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix a syntax issue in Coding Standards
2 parents 167bfc5 + 0d3d235 commit 25ef283

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)