Solved Various AbstractHandler classes are missing @template based type hints

This topic has been solved
X

Xon

Guest
When extending a Tag handler, I noticed a bunch of abstractHandler classes are missing @template T of Entity style hints

XF\Attachment\AbstractHandler
XF\ContentVote\Event\AbstractHandler
XF\ModeratorLog\AbstractHandler
XF\Poll\AbstractHandler
XF\Tag\AbstractHandler

git patch file to implement this is attached

Continue reading...