Added
- [PHP 8.1] Added support for enums. These are represented using the
Stmt\Enum_
andStmt\EnumCase
nodes. - [PHP 8.1] Added support for never type. This type will now be returned as an
Identifier
rather thanName
. - Added
ClassConst
builder.
Changed
- Non-UTF-8 code units in strings will now be hex-encoded.
Fixed
- Fixed precedence of arrow functions.