VKCOM / noverify

Pretty fast linter (code static analysis utility) for PHP
MIT License
673 stars 57 forks source link

linter: added new `getTypeMisUse` checker #1193

Closed Danil42Russia closed 2 years ago

YuriyNasretdinov commented 2 years ago

I think there's one thing missing in this entire PR: why are you adding this change? Why is gettype wrong and e.g. is_string right to use?