DMKEBUSINESSGMBH / typo3-mkforms

https://www.dmk-ebusiness.de
3 stars 6 forks source link

[TASK] Stop requiring class files that can be autoloaded #125

Closed oliverklee closed 3 years ago

oliverklee commented 3 years ago

This improves performance, unbreaks PHPStan and fixes PSR-12 violations.

Also switch the require of non-autoloadable classes to be PHPStan-friendly and faster.

hannesbochmann commented 3 years ago

@oliverklee Could be please create that pull request against the 10.4 branch as the master is no longer the current branch?