Bug Finder class alias causes error

There is a bug in this version
K

Kirby

Guest
There seem to be some issues with XF::createAliasForClass()

Code:

Code:
ErrorException: [E_WARNING] Declaration of ClassAliasTest\XF\Pub\Controller\Forum::applyForumFilters(XF\Entity\Forum $forum, XF\Finder\Thread $threadFinder, array $filters) should be compatible with XF\Pub\Controller\ForumController::applyForumFilters(XF\Entity\Forum $forum, XF\Finder\ThreadFinder $threadFinder, array $filters)
src/addons/ClassAliasTest/XF/Pub/Controller/Forum.php:0

I've attached the whole Add-on, it's...

Read more

Continue reading...