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.
source share