PHP Parser v3.0.6 Release Notes

Release Date: 2017-06-28 // almost 7 years ago
  • ๐Ÿ›  Fixed

    • Fixed the spelling of Class_::VISIBILITY_MODIFIER_MASK. The previous spelling of Class_::VISIBILITY_MODIFER_MASK is preserved for backwards compatibility.
    • ๐Ÿ–จ The pretty printing will now preserve comments inside array literals and function calls by printing the array items / function arguments on separate lines. Array literals and functions that do not contain comments are not affected.

    โž• Added

    • โž• Added Builder\Param::makeVariadic().

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ The Node::setLine() method has been deprecated.