PHP Parser v4.2.0 Release Notes

Release Date: 2019-01-12 // over 5 years ago
  • โž• Added

    • ๐Ÿ— [PHP 7.4] Add support for typed properties through a new type subnode of Stmt\Property. Additionally Builder\Property now has a setType() method. (#567)
    • โž• Add kind attribute to Cast\Double_, which allows to distinguish between (float), (double) and (real). The form of the cast will be preserved by the pretty printer. (#565)

    ๐Ÿ›  Fixed

    • โœ‚ Remove assertion when pretty printing anonymous class with a name (#554).