Skip to content

PHP-Parser 3.0.1

Compare
Choose a tag to compare
@nikic nikic released this 01 Dec 12:40
· 953 commits to master since this release

Fixed

  • Fixed handling of nested list()s: If the nested list was unkeyed, it was directly included in the list items. If it was keyed, it was wrapped in ArrayItem. Now nested List_ nodes are always wrapped in ArrayItems. (#321)