I am a strongly-typed language supporter but I am working on a big PHP project.
I have been using PhpStorm and I love the extra type hinting you can provide, with commen
For static code analysis, specifically helping with type error detection, one can use tools like
PHPCS aka PHP_CodeSniffer is Coding Standard checker, not really helpful with type error detection.