Best PHP code style checking with Checkstyle compatible format

I am setting up a CI server and want to add code style verification code to create a sequence of steps. My CI server is TeamCity, such a code style verification code should produce XML output compatible with the codestyle format. I found several tools for checking the style of PHP code, and I was confused about what I should use.

+4
source share
1 answer

Have you checked PHPCheckstyle ? It has the ability to output to checkstyle format.

+1
source

Source: https://habr.com/ru/post/1491396/


All Articles