Fixed Incorrect return type hint for \XF\Mvc\Entity\Manager::findByIds

DragonByte Tech

Well-known member
Affected version
2.3.0 Beta 7
@return AbstractCollection[T] should be @return AbstractCollection<T>, as it currently drops the entity type hint.
 
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 8).

Change log:
Fix return type hint for \XF\Mvc\Entity\Manager::findByIds
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom