You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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: