Resource icon

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

No permission to download
  • Author Author AdminAdmin is verified member.
  • Creation date Creation date
Compatible XF 2.x versions
  1. 2.3
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 rename_aliases.php file
Author
AdminAdmin is verified member.
Downloads
3
Views
181
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Admin

Latest updates

  1. 2024-07-18 - Inline mod tool aliases

    Missing aliases for Inline mod tool handlers
Back
Top