v0.17.1
Fixed
- The parser no longer rejects
numericandresourceas class, interface, or extends/implements names. Unlikeint/float/string/bool/etc.,numericandresourceare not reserved class names in PHP —class numeric {}andclass resource {}are accepted byphp -l, so flagging them was a spuriousForbiddenparse error (php-rs-parser).