- added support for PHP 8.4 features
- properties hooks
- asymmetric visibility
- property can be abstract / final
- interfaces can have properties
- added Visibility
ClassManipulator::implement()
can implement abstract classesClassManipulator::implementInterface()
renamed toimplement()
- PsrPrinter is not final
- Constant: type can be nullable
- Factory: fixed visibility of promoted property