File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 127
127
</rule >
128
128
<!-- Forbid weak comparisons -->
129
129
<rule ref =" SlevomatCodingStandard.Operators.DisallowEqualOperators" />
130
- <!-- Forbid dead code -->
131
- <rule ref =" SlevomatCodingStandard.Classes.UnusedPrivateElements" />
132
130
<!-- Forbid unused use statements -->
133
131
<rule ref =" SlevomatCodingStandard.Namespaces.UnusedUses" >
134
132
<properties >
247
245
</properties >
248
246
</rule >
249
247
<rule ref =" SlevomatCodingStandard.Variables.UselessVariable" />
250
- <rule ref =" SlevomatCodingStandard.Functions.UnusedParameter" />
251
248
<rule ref =" SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
252
249
<!-- Useless code -->
253
250
<rule ref =" SlevomatCodingStandard.Namespaces.UselessAlias" />
You can’t perform that action at this time.
0 commit comments