Skip to content

PHP-Parser 5.6.2

Choose a tag to compare

@nikic nikic released this 21 Oct 19:33
· 11 commits to master since this release

Fixed

  • Fixed formatting-preserving pretty-printing when changing the visibility modifier on a node that has attributes.
  • Fixed chr() deprecation warning on PHP 8.5.

Added

  • Added Param::isFinal() method.