- Affected version
- 2.2.0 Beta 1
XFES\XF\Entity\Post:
XFES\XF\Entity\Thread:
The addition changes the type from
public function _postSave()
XFES\XF\Entity\Thread:
public function _postSave()
The addition changes the type from
protected
to public
and breaks other additions that extend these methods and have the type protected
. According to the original class