We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 878c88d + b37c26e commit 3521f98Copy full SHA for 3521f98
Yii2/ruleset.xml
@@ -3,10 +3,6 @@
3
<description>Yii 2 Web Application Framework Coding Standard</description>
4
5
<rule ref="PSR2">
6
- <!-- Code MUST use tabs for indenting, not spaces. -->
7
- <exclude name="Generic.WhiteSpace.ScopeIndent"/>
8
- <exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
9
-
10
<!-- Property names MUST start with an initial underscore if they are private. -->
11
<exclude name="PSR2.Classes.PropertyDeclaration"/>
12
0 commit comments