We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4fa33 commit 1d35beaCopy full SHA for 1d35bea
Yii2/ruleset.xml
@@ -4,7 +4,7 @@
4
5
<rule ref="PSR2">
6
<!-- Property names MUST start with an initial underscore if they are private. -->
7
- <exclude name="PSR2.Classes.PropertyDeclaration"/>
+ <exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
8
9
<!-- Opening parenthesis of a multi-line function call must be the last content on the line. -->
10
<!-- Closing parenthesis of a multi-line function call must be on a line by itself. -->
0 commit comments