Skip to content

PHP-Parser 4.19.3

Compare
Choose a tag to compare
@nikic nikic released this 29 Sep 14:02
· 314 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.