Review



image

image

Summary

PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be checked before you run the actual line.

https://phpstan.org/try

Pros

Cons

image

Support

You can now sponsor my open-source work on PHPStan through GitHub Sponsors.