Skip to content

Commit 7111187

Browse files
authored
Merge pull request #18 from spaze/spaze/no-duplicate-spaces
Disallow duplicate whitespaces
2 parents da12beb + 3224300 commit 7111187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
</properties>
135135
</rule>
136136
<rule ref="SlevomatCodingStandard.Variables.DisallowVariableVariable"/>
137+
<rule ref="SlevomatCodingStandard.Whitespaces.DuplicateSpaces"/>
137138
<rule ref="Squiz.Strings.ConcatenationSpacing">
138139
<properties>
139140
<property name="spacing" value="1"/>

0 commit comments

Comments
 (0)