Added
- [PHP 7.3] Added support for trailing commas in function calls.
- [PHP 7.3] Added support for by-reference array destructuring.
- Added checks to node traverser to prevent replacing a statement with an expression or vice versa. This should prevent common mistakes in the implementation of node visitors.
- Added the following methods to
BuilderFactory
, to simplify creation of expressions:funcCall()
methodCall()
staticCall()
new()
constFetch()
classConstFetch()