diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index 0993b4a786e..f8b8dff6af4 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -218,7 +218,8 @@ Service Naming Conventions * The DI alias of the bundle is the first group (e.g. ``fos_user``); -* Use lowercase letters for service and parameter names; +* Use lowercase letters for service and parameter names (except when referring + to environment variables with the ``%env(VARIABLE_NAME)%`` syntax); * A group name uses the underscore notation.