We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022e2cc commit 5578ab0Copy full SHA for 5578ab0
contributing/code/standards.rst
@@ -221,7 +221,10 @@ Service Naming Conventions
221
* 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.
+* A group name uses the underscore notation;
225
+
226
+* Add class aliases for public services (e.g. alias ``Symfony\Component\Something\ClassName``
227
+to ``something.service_name``).
228
229
Documentation
230
-------------
0 commit comments