Skip to content

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:17
· 50 commits to main since this release

Fixed

  • The parser no longer rejects numeric and resource as class, interface, or extends/implements names. Unlike int/float/string/bool/etc., numeric and resource are not reserved class names in PHP — class numeric {} and class resource {} are accepted by php -l, so flagging them was a spurious Forbidden parse error (php-rs-parser).