You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
PHPStan 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.
The text was updated successfully, but these errors were encountered:
https://medium.com/@ondrejmirtes/phpstan-2939cd0ad0e3#.kurelsdfc
https://github.com/phpstan/phpstan
The text was updated successfully, but these errors were encountered: