- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Mostly phpstorm/intellij can infer the return types for various helper methods in
Without docblock or return types, this causes phpstorm to incorrectly infer the possible return types too narrowly when possible...
XF\Mvc\Controller
but there are a couple methods which can't be inferred without either php7 return types of docblock or additional configuration (php metadata which can be expensive or hard to use with multiple add-ons/XF)Without docblock or return types, this causes phpstorm to incorrectly infer the possible return types too narrowly when possible...