Bug \XF::extendClass type hinting doesn't match \XF\Extension::extendClass

There is a bug in this version
X

Xon

Guest
\XF\Extension::extendClass has had very nice phpdoc type-hinting which allows the return-type to be linked to the arguments being passed into it. However the aliases to the extendClass function in \XF::extendClass and \XF\SubContainer\AbstractSubContainer wheren't updated.

Continue reading...