Skip to content

Commit 3521f98

Browse files
committed
Merge pull request #11 from AlexGx/master
remove space rules exclusion
2 parents 878c88d + b37c26e commit 3521f98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Yii2/ruleset.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<description>Yii 2 Web Application Framework Coding Standard</description>
44

55
<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-
106
<!-- Property names MUST start with an initial underscore if they are private. -->
117
<exclude name="PSR2.Classes.PropertyDeclaration"/>
128

0 commit comments

Comments
 (0)