XF2.2 => XF2.3 rename aliases

XF2.2 => XF2.3 rename aliases 2024-07-18

No tiene permiso para descargar
  • Iniciador del hilo Iniciador del hilo axtona
  • Fecha de inicio Fecha de inicio
Registrado
28 Jun 2020
Mensajes
4.400
Puntuación de reacciones
1.402
Credits
$11.804
thanks to dear member @jessy submitted a new resource:

XF2.2 => XF2.3 rename aliases - XF2.3 rename aliases

XenForo 2.3 contains a number of renames of core files, which can break static analysis of XF2.2 addons when using XF2.3. This complicates updating to XF2.2, by making it harder to separate type changes from actual breaking changes.

Drop rename_aliases.php into somewhere phpstorm will read as a source file, and it will allow static type checking to work without needing to manually rename/update files.

Note; 'goto definition' doesn't work properly since it'll jump to the

Read more about this resource...
 
Superior