We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ae76f commit 2867b34Copy full SHA for 2867b34
contributing/code/standards.rst
@@ -218,7 +218,8 @@ Service Naming Conventions
218
219
* The DI alias of the bundle is the first group (e.g. ``fos_user``);
220
221
-* Use lowercase letters for service and parameter names (only one exception - %env(VARIABLE_NAME)% syntax in parameters);
+* Use lowercase letters for service and parameter names (except when referring
222
+ to environment variables with the ``%env(VARIABLE_NAME)%`` syntax);
223
224
* A group name uses the underscore notation.
225
0 commit comments