Solved apiResult() references missing \XF\Api\Result\ResultInterface class in exception

  • Thread starter Thread starter Xon
  • Start date Start date
This topic has been solved
X

Xon

Guest
The \XF\Api\Result\ResultInterface interface was changed to \XF\Entity\ResultInterface but the resulting warning wasn't updated.

For backwards compatibility could a \XF\Api\Result\ResultInterface interface be re-added with @deprecated phpdocs which extends \XF\Entity\ResultInterface ?

Continue reading...