Skip to content

Commit 26a6738

Browse files
committed
make: change to PSR12 standard style, lots of noise coming up
1 parent 046d821 commit 26a6738

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: ruleset.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<ruleset name="PSR2+">
3-
<description>Slightly enhanced version of the PSR2 standard</description>
2+
<ruleset name="PSR12+">
3+
<description>Slightly enhanced version of the PSR12 standard</description>
44
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
55
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
6-
<!--
76
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
8-
-->
9-
<rule ref="PSR2"/>
7+
<rule ref="PSR12"/>
108
<exclude-pattern>*.css</exclude-pattern>
119
<exclude-pattern>*.js</exclude-pattern>
1210
</ruleset>

0 commit comments

Comments
 (0)