Closed
Description
The Symfony Coding Standards define for the moment that
Use lowercase letters for service and parameter names (except when referring to environment variables with the %env(VARIABLE_NAME)% syntax);
Should this be updated for Symfony 3.3, as using classnames will always introduce having uppercase letters when referencing to a service?