Skip to content

PHP-Parser 5.6.1

Latest
Compare
Choose a tag to compare
@nikic nikic released this 13 Aug 20:15

Fixed

  • Fixed Param::isPublic() for parameters with asymmetric visibility keyword.
  • Fixed PHP 8.5 deprecation warnings for SplObjectStorage methods.

Added

  • Added cast kind attributes to Cast\Int_, Cast\Bool_ and Cast\String_. These allow distinguishing the deprecated versions of these casts.