- Affected version
- 2.2.15
\XF\Navigation\NodeType
uses self
instead of static
everywhere, this makes it kinda difficulet to create a child class with slightly different functionality without (needlessly) duplicating a lot of code.Unless there is a compelling reason not to do this:
Could this be changed to
static
?