Skip to content

PHP-Parser 4.2.4

Compare
Choose a tag to compare
@nikic nikic released this 01 Sep 08:35
· 536 commits to master since this release

Added

  • Added getProperties(), getConstants() and getTraitUses() to ClassLike. (#629, #630)

Fixed

  • Fixed flexible heredoc emulation to check for digits after the end label. This synchronizes behavior with the upcoming PHP 7.3.10 release.