PHP-Parser 4.5.0
Added
- [PHP 8.0] Added support for the mixed type. This means
mixed
types are now parsed as anIdentifier
rather than aName
. - [PHP 8.0] Added support for catching without capturing the exception. This means that
Catch_::$var
may now be null.