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

  • Thread starter Thread starter Xon
  • Start date Start date
This topic has been solved
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...