File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 79
79
<rule ref =" SlevomatCodingStandard.Classes.TraitUseSpacing" />
80
80
<rule ref =" SlevomatCodingStandard.Variables.UnusedVariable" />
81
81
<rule ref =" SlevomatCodingStandard.Variables.UselessVariable" />
82
+ <!-- Disallow trailing comma in function calls, since this breaks on PHP < 7.3 -->
83
+ <rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInCall" />
84
+ <!-- Disallow trailing comma in closure use and function declarations, since this breaks on PHP < 8.0 -->
85
+ <rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse" />
86
+ <rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration" />
82
87
<!-- <rule ref="SlevomatCodingStandard.Functions.UnusedParameter"/>-->
83
88
<rule ref =" SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
84
89
<rule ref =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" >
You can’t perform that action at this time.
0 commit comments