mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
a180dc6099
This handles two new cases: 1. Accessing static property with `->` (produces notices and warnings: https://3v4l.org/TiGan) 2. Accessing non-static property with `::` (causes fatal error: https://3v4l.org/IdYSh) Fixes vimeo/psalm#6117