Skip to content

PHP-Parser 4.19.3

Choose a tag to compare

@nikic nikic released this 29 Sep 14:02
· 382 commits to master since this release

Fixed

  • Include the trailing semicolon inside Stmt\GroupUse nodes, making them consistent with Stmt\Use_ nodes.
  • Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting in ValueErrors.