PHP Parser v3.0.5 Release Notes

Release Date: 2017-03-05 // about 7 years ago
  • 🛠 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)