How to use PHPInsights in GitLab?
We've covered PHPStan in the last post. This time let's get PHPInsight's working in GitLab alongside PHPStan. Both PHPStan and PHP Insights can both output the results into the same code climate report for UI viewing on a per-file basis. Unlike PHPSt...


