The Symfony [Coding Standards](http://symfony.com/doc/current/contributing/code/standards.html#service-naming-conventions) 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?