- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,291
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm not sure if this is an XF or XFES bug report, but the issue straddles both of them.
Except XFES uses
AbstractData::getTypeOrder() is type hinted as mixed but the ConversationMessage search handler has the return type of ?SqlOrder, and then various parts of the Query class & call tree reference string|SqlOrder as the type. Except XFES uses
FunctionOrder in places, so the typing on Query::getOrder() is inaccurate. The tricky bit is being able to...