I'm using SonarQube 4.0 and when I set a project to be analyzed with All PHP CodeSniffer Rules quality profile, the result is 0 issue and 0,0 days of technical debt.
The project I analyze is a PHP Project.
The other metrics work well like cyclomatic complexity, comments, duplications.
When I use the default quality profile named SonarWay, everything work well but I want to use the other quality profile since it contains a lot more rules.
At first glance there is no issues related to that problem in SonarQube PHP Plugin JIRA.