This version adds support for PHP 7.2.
Added
- [PHP 7.2] Added support for trailing comma in group use statements.
- [PHP 7.2] Added support for
object
type. This meansobject
types will now be represented as a builtin type (a simple"object"
string), rather than a className
.
Fixed
- Floating-point numbers are now printed correctly if the LC_NUMERIC locale uses a comma as decimal separator.
Changed
Name::$parts
is no longer deprecated.