PHP-Parser 4.15.0
Added
- PHP 8.2: Added support for
true
type. - PHP 8.2: Added support for DNF types.
Fixed
- Support
readonly
as a function name. - Added
__serialize
and__unserialize
to magic method list. - Fixed bounds check in
Name::slice()
. - Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.