Skip to content

Commit 92d6e51

Browse files
committed
minor #7461 Update standards.rst (VolCh, javiereguiluz)
This PR was merged into the 3.2 branch. Discussion ---------- Update standards.rst According http://symfony.com/blog/new-in-symfony-3-2-runtime-environment-variables Commits ------- 2867b34 Minor reword 68ae76f Update standards.rst
2 parents cf274b7 + 2867b34 commit 92d6e51

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;
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)