mamchenkov.net
PHP Static Analysis Tool – discover bugs in your code without running it!
OndÅ™ej Mirtes shares the idea behind the creation of PHPStan - a static analysis tool for PHP: Compiled languages need to know about the type of every variable, return type of every method etc. before the program runs. This is why the compiler needs to make sure that the program is “correct” and will happily point … Continue reading PHP Static Analysis Tool – discover bugs in your code without running it!