PHP Parser v3.1.0 Release Notes

Release Date: 2017-07-28 // over 6 years ago
  • โž• Added

    • ๐Ÿ‘ [PHP 7.2] Added support for trailing comma in group use statements.
    • ๐Ÿ‘ [PHP 7.2] Added support for object type. This means object types will now be represented as a builtin type (a simple "object" string), rather than a class Name.

    ๐Ÿ›  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.