Skip to content

PHP-Parser 4.0.0 Alpha 3

Pre-release
Pre-release

Choose a tag to compare

@nikic nikic released this 26 Dec 16:30
· 748 commits to master since this release

Fixed

  • In the formatting-preserving pretty printer:
    • Fixed comment indentation.
    • Fixed handling of inline HTML in the fallback case.
    • Fixed insertion into list nodes that require creation of a code block.

Added

  • Added support for inserting at the start of list nodes in formatting-preserving pretty printer.