server
server copied to clipboard
[2/3] Refactors /core controllers using constructor property promotion.
This PR is the second part of the three-part refactoring of the /core controllers by using PHP8's constructor property promotion to remove redundant lines and make the code cleaner.
I figured I should split the changes into three parts to make reviewing the changes easier.