Skip to content

Commit 8421d3a

Browse files
authored
Merge pull request doctrine#328 from simPod/style-xml
style: format phpcs.xml.dist
2 parents 9ef5984 + 5fcb4d3 commit 8421d3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpcs.xml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
>
77
<description>Check the code of the sniffs in doctrine/coding-standards.</description>
88

9-
<arg name="basepath" value="."/>
10-
<arg name="extensions" value="php"/>
9+
<arg name="basepath" value="." />
10+
<arg name="extensions" value="php" />
1111
<arg name="colors" />
1212

1313
<!-- Show progress of the run -->
14-
<arg value="p"/>
14+
<arg value="p" />
1515

1616
<!--Show sniff codes in all reports -->
17-
<arg value="s"/>
17+
<arg value="s" />
1818

19-
<rule ref="Doctrine"/>
19+
<rule ref="Doctrine" />
2020

2121
<file>lib</file>
2222
</ruleset>

0 commit comments

Comments
 (0)