TomasVotruba / unused-public

Find Unused Public Elements in Your Code
https://tomasvotruba.com/blog/can-phpstan-find-dead-public-methods/
MIT License
151 stars 12 forks source link

Fix union-type handling in PublicPropertyFetchCollector #120

Closed staabm closed 4 months ago

staabm commented 4 months ago

closes https://github.com/TomasVotruba/unused-public/issues/119

TomasVotruba commented 4 months ago

Looks good, thanks 👍

staabm commented 4 months ago

Looks good, thanks

thanks. I prepare another PR with the same fix for static properties