Move everything to a Factory
#1824
Labels
For: Code
For issues which specifically relates to the code, not its functionality.
Module: Application
For anything related to the Application module
Module: Company
For anything related to the Company module
Module: Decision
For anything related to the Decision module
Module: Education
For anything related to the Education module
Module: Frontpage
For anything related to the Frontpage module
Module: Photo
For anything related to the Photo module
Module: User
For anything related to the User module
php
Pull requests that update Php code
Instead of doing
we should do it properly by using a
Factory
:This makes it easier to see, remember, and use the actual classes. Furthermore, it helps PHPStan actually checking if what we are
$container->get()
ing exists and removes a lot of@var
type hints.The text was updated successfully, but these errors were encountered: