Phan 6.0.0
Phan NEWS
Jan 16 2026, Phan 6.0.0
Bug fixes:
- Fixed crash when analyzing implicit float-to-int conversion in modulo operator (#5392)
- Fixed
PhanUnreferencedClosurebeing emitted too aggressively for closure function parameters (#5389) - Fixed false positives for readonly properties in traits when targeting PHP < 8.2 (#5390)
- Fixed detection of property usages from trait methods ()