Skip to content

Commit 2867b34

Browse files
Minor reword
1 parent 68ae76f commit 2867b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/code/standards.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ Service Naming Conventions
218218

219219
* The DI alias of the bundle is the first group (e.g. ``fos_user``);
220220

221-
* Use lowercase letters for service and parameter names (only one exception - %env(VARIABLE_NAME)% syntax in parameters);
221+
* Use lowercase letters for service and parameter names (except when referring
222+
to environment variables with the ``%env(VARIABLE_NAME)%`` syntax);
222223

223224
* A group name uses the underscore notation.
224225

0 commit comments

Comments
 (0)