Hi, I’m using 7.9.1 version of sonarqube community edition.
I have made a customized profile for PHP to analyze a project and there is this rule “An open curly brace should be located at the end of a line”, this rule according to PSR only applicable for conditional statements but it is showing errors with functions and classes as well. I only want it to check for conditional statements and ignore it for functions and classes. Any help regarding this would be very appreciated. Thanks.