Integrate static code analysis to PHP projects
Repository for the article: https://github.com/stefpe/phpstan
What is static code analysis?
With static code analysis, you can check whether your code fits the defined requirements in terms of form and syntax. The check is performed without executing the program. As a result you will find code smells/infections that will lead to problems…