Skip to content

Commit 68522eb

Browse files
committed
ProcessRulesetShouldProcessElementTest: tabs vs spaces
1 parent 7e0b941 commit 68522eb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<file>.</file>
55

6-
<!--
7-
################
8-
# Neither set. #
9-
################
10-
-->
6+
<!--
7+
################
8+
# Neither set. #
9+
################
10+
-->
1111
<config name="neither" value="true"/>
1212
<arg value="ps" />
1313
<arg name="extensions" value="php,phpt" />
@@ -17,11 +17,11 @@
1717

1818
<rule ref="PEAR.Formatting.MultiLineAssignment"/>
1919

20-
<!--
21-
###################
22-
# phpcs-only set. #
23-
###################
24-
-->
20+
<!--
21+
###################
22+
# phpcs-only set. #
23+
###################
24+
-->
2525
<config phpcs-only="true" name="csOnly" value="true"/>
2626
<arg phpcs-only="true" name="colors"/>
2727
<ini phpcs-only="true" name="docref_root" value="path/to/docs/"/>
@@ -34,11 +34,11 @@
3434
<exclude phpcs-only="true" name="PEAR.Formatting.MultiLineAssignment.Indent"/>
3535
</rule>
3636

37-
<!--
38-
####################
39-
# phpcbf-only set. #
40-
####################
41-
-->
37+
<!--
38+
####################
39+
# phpcbf-only set. #
40+
####################
41+
-->
4242
<config phpcbf-only="true" name="cbfOnly" value="true"/>
4343
<arg phpcbf-only="true" name="report" value="summary"/>
4444
<ini phpcbf-only="true" name="user_agent" value="Never mind"/>

0 commit comments

Comments
 (0)