Cleanup Server.php (aliases & services) #12225
Labels
1. to develop
Accepted and waiting to be taken care of
good first issue
Small tasks with clear documentation about how and in which place you need to fix things in.
technical debt
As discussed with @MorrisJobke
We regsiter a lot of plain text aliases like
server/lib/private/Server.php
Line 182 in 9319d55
They should all die. Services should be queries properly using their servicename.
Ideally we also remove as much simple wrappers as possible like:
server/lib/private/Server.php
Lines 256 to 258 in 9319d55
The DI can handle that all perfectly by itself when it is actually needed.
The text was updated successfully, but these errors were encountered: