Skip to content

Commit 99a3bbe

Browse files
Fix indentation.
Fixing indentation for `<properties>` tag in Squiz.WhiteSpace.SuperfluousWhitespace rule.
1 parent 65c8d2d commit 99a3bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeSniffer/Standards/PSR2/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
4040
<properties>
4141
<property name="ignoreBlankLines" value="true"/>
42-
</properties>
42+
</properties>
4343
</rule>
4444
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.StartFile">
4545
<severity>0</severity>

0 commit comments

Comments
 (0)