File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 17
17
<exclude name =" MediactCommon.Php7.ReturnType" />
18
18
<exclude name =" Squiz.Commenting.FunctionComment.TypeHintMissing" />
19
19
<exclude name =" PSR2.Methods.MethodDeclaration.Underscore" />
20
- <exclude name =" PSR2.Classes.PropertyDeclaration.Underscore" />
21
20
<exclude name =" Squiz.Commenting.FunctionComment.EmptyThrows" />
22
- <exclude name =" Generic.Formatting.MultipleStatementAlignment.NotSameWarning" />
23
- <exclude name =" Generic.Commenting.DocComment.TagValueIndent" />
24
- <exclude name =" Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
25
- <exclude name =" Generic.PHP.Syntax" />
26
21
</rule >
27
22
28
23
<rule ref =" Generic.Files.LineLength.TooLong" >
40
35
<rule ref =" Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed" >
41
36
<exclude-pattern >*.phtml</exclude-pattern >
42
37
</rule >
38
+ <rule ref =" PSR2.Classes.PropertyDeclaration.Underscore" >
39
+ <exclude-pattern >*.phtml</exclude-pattern >
40
+ </rule >
43
41
</ruleset >
You can’t perform that action at this time.
0 commit comments