We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046d821 commit 26a6738Copy full SHA for 26a6738
ruleset.xml
@@ -1,12 +1,10 @@
1
<?xml version="1.0"?>
2
-<ruleset name="PSR2+">
3
- <description>Slightly enhanced version of the PSR2 standard</description>
+<ruleset name="PSR12+">
+ <description>Slightly enhanced version of the PSR12 standard</description>
4
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
5
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
6
-<!--
7
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
8
--->
9
- <rule ref="PSR2"/>
+ <rule ref="PSR12"/>
10
<exclude-pattern>*.css</exclude-pattern>
11
<exclude-pattern>*.js</exclude-pattern>
12
</ruleset>
0 commit comments