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
Added methods ParserFactory::createForNewestSupportedVersion() and ParserFactory::createForHostVersion() for forward-compatibility with PHP-Parser 5.0.
Fixed
Fixed missing name resolution of class constant types.
Fixed class members being dropped if an error is encountered while parsing a later class member (when error recovery is enabled).
Changed
The grammar/ directory has been excluded from exported git archives.