- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Since XenForo now autogenerates finders for entities, a number of older repository function are typehinted to have
In most cases the explicit type hint can just be removed, and at best replaced with the actual type return type in the phpdocs
@return Finder
instead of the concrete type.In most cases the explicit type hint can just be removed, and at best replaced with the actual type return type in the phpdocs