PHP Parser v4.15.0 Release Notes

Release Date: 2022-09-03 // over 1 year ago
  • ➕ Added

    • 👍 PHP 8.2: Added support for true type.
    • 👍 PHP 8.2: Added support for DNF types.

    🛠 Fixed

    • 👌 Support readonly as a function name.
    • Added __serialize and __unserialize to magic method list.
    • 🛠 Fixed bounds check in Name::slice().
    • 🛠 Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.