PHP-Parser 4.19.3
Fixed
- Include the trailing semicolon inside
Stmt\GroupUse
nodes, making them consistent withStmt\Use_
nodes. - Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting in
ValueError
s.
Stmt\GroupUse
nodes, making them consistent with Stmt\Use_
nodes.ValueError
s.