File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 30
30
#############################################################################
31
31
-->
32
32
33
- <rule ref =" Generic.PHP.NoSilencedErrors" />
34
- <rule ref =" Squiz.PHP.GlobalKeyword" />
35
- <rule ref =" Squiz.PHP.LowercasePHPFunctions" />
36
- <rule ref =" Squiz.PHP.NonExecutableCode" />
33
+ <rule ref =" Generic.CodeAnalysis.EmptyStatement" />
34
+ <rule ref =" Generic.CodeAnalysis.UselessOverridingMethod" />
37
35
38
- <rule ref =" Generic.Strings.UnnecessaryStringConcat" />
36
+ <rule ref =" Generic.Formatting.SpaceAfterCast" />
37
+
38
+ <rule ref =" Generic.Metrics.CyclomaticComplexity" />
39
+ <rule ref =" Generic.Metrics.NestingLevel" />
39
40
40
41
<rule ref =" Generic.NamingConventions.ConstructorName" />
41
42
42
- <rule ref =" Generic.Metrics.NestingLevel" />
43
- <rule ref =" Generic.Metrics.CyclomaticComplexity" />
43
+ <rule ref =" Generic.PHP.NoSilencedErrors" />
44
44
45
- <rule ref =" Generic.CodeAnalysis.EmptyStatement" />
46
- <rule ref =" Generic.CodeAnalysis.UselessOverridingMethod" />
45
+ <rule ref =" Generic.Strings.UnnecessaryStringConcat" />
47
46
48
47
<rule ref =" PEAR.Commenting.InlineComment" />
49
48
50
- <rule ref =" Generic.Formatting.SpaceAfterCast" />
51
-
52
49
<rule ref =" Squiz.Arrays.ArrayBracketSpacing" />
50
+
51
+ <rule ref =" Squiz.PHP.GlobalKeyword" />
52
+ <rule ref =" Squiz.PHP.LowercasePHPFunctions" />
53
+ <rule ref =" Squiz.PHP.NonExecutableCode" />
54
+
53
55
</ruleset >
You can’t perform that action at this time.
0 commit comments