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

Xon

Well-known member
Affected version
2.3.0 Beta 1
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 ?
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.0 Beta 7).

Change log:
Fix API interface warning class name, and add a deprecated alias to preserve backwards compatibility
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom