Skip to content

PHP-Parser 4.13.2

Compare
Choose a tag to compare
@nikic nikic released this 30 Nov 19:40
· 348 commits to master since this release

Added

  • Added builders for enums and enum cases.

Fixed

  • NullsafeMethodCall now extends from CallLike.
  • The namespacedName property populated by the NameResolver is now declared on relevant nodes,
    to avoid a dynamic property deprecation warning with PHP 8.2.