File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 24
24
<exclude name =" Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
25
25
26
26
<!-- $_ variables are used to tell e.g. psalm that the variable is intentionally unused. -->
27
- <exclude name =" Squiz.NamingConventions.ValidVariableName.NotCamelCaps" />
27
+ <!-- replaced by Cdn77.NamingConventions.ValidVariableName -->
28
+ <exclude name =" Squiz.NamingConventions.ValidVariableName" />
28
29
29
30
<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->
30
31
<exclude name =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment" />
35
36
<exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
36
37
</rule >
37
38
39
+ <rule ref =" Cdn77.NamingConventions.ValidVariableName" />
40
+
38
41
<rule ref =" SlevomatCodingStandard.Arrays.MultiLineArrayEndBracketPlacement" />
39
42
<rule ref =" SlevomatCodingStandard.Classes.ClassStructure" >
40
43
<properties >
You can’t perform that action at this time.
0 commit comments