We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4460480 commit b37c26eCopy full SHA for b37c26e
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