Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
- Jun 28, 2020
- 4,552
- 1,422
- $12,559
The xf-typegen has been submitted and is now available for free download. Big thanks to the contribution from our member @axtona !
Read more about this resource...What it does
XenForo already types most of its own runtime magic — xf-dev:generate-phpstorm-meta (shipped in 2.2 and 2.3) resolves the string-style call sites, entities ship full @property, and on 2.3 generics handle the ::class style and the finder chain. This tool is narrow on purpose: it fills the few gaps core leaves.
What core doesn't type, either version:
- Board options — \XF:😱ptions()->boardTitle is mixed; this gives it a real...