v0.9.8
v0.9.8
Added
- Support for parenthesized unions in type hints (e.g.,
(A|B)) — parser now accepts parenthesized unions in parameter types, return types, and property types for better type expression flexibility (php-rs-parser). - Comprehensive test coverage for DNF (Disjunctive Normal Form) edge cases and parenthesized type combinations (
php-rs-parser).