- Issue created by @tstoeckler
- 🇩🇪Germany tstoeckler Essen, Germany
Just noticed that I already renamed a bunch of services in 2.4.0, so I guess it's unnecessary to introduce BC for this. 🤷
I have grown to like the "class name as service ID" pattern that is now starting to be used in core, as it allows doing $foo = $container->get(Foo::class)
and PhpStorm will helpfully know that $foo instanceof Foo
, even if you do not have the proper PhpStorm metadata set up.
Let's rename all the services with BC for the old names.
Active
2.0
Code
Just noticed that I already renamed a bunch of services in 2.4.0, so I guess it's unnecessary to introduce BC for this. 🤷