Skip to content

PHP-Parser 3.0.5

Compare
Choose a tag to compare
@nikic nikic released this 05 Mar 18:26
· 946 commits to master since this release

Fixed

  • Name resolution of NullableTypes is now performed earlier, so that a fully resolved signature is available when a function is entered. (#360)
  • Error nodes are now considered empty, while previously they extended until the token where the error occurred. This made some nodes larger than expected. (#359)
  • Fixed notices being thrown during error recovery in some situations. (#362)