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…

--

--

Software Architect

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store