oliverklee / ext-oelib

TYPO3 library extension "oelib"
https://www.oliverklee.de/typo3-services/seminarmanager/
GNU General Public License v2.0
0 stars 8 forks source link

Use proper annotations for traits that are intended to implement an interface #1870

Closed oliverklee closed 1 week ago

oliverklee commented 2 weeks ago

https://phpstan.org/writing-php-code/phpdocs-basics#enforcing-class-inheritance-for-interfaces-and-traits https://phpstan.org/writing-php-code/phpdocs-basics#enforcing-implementing-an-interface-for-traits

… and stop misusing @mixin for this.