provided by phpstorm. I just had a superficial look at phpstan Symfony plugin, it looks like the similar analysis is provided by phpstorm out of the box. Did I miss anything?
PHP storm does it in a limited way. For instance if a function can return an iterable or null and I just assume it's an array and use it in a foreach, I should be warned.
Обсуждают сегодня