File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 7979 <rule ref =" SlevomatCodingStandard.Classes.TraitUseSpacing" />
8080 <rule ref =" SlevomatCodingStandard.Variables.UnusedVariable" />
8181 <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" />
8287 <!-- <rule ref="SlevomatCodingStandard.Functions.UnusedParameter"/>-->
8388 <rule ref =" SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
8489 <rule ref =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" >
You can’t perform that action at this time.
0 commit comments