File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 153153 <rule ref =" SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable" />
154154 <rule ref =" SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
155155 <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInCall" />
156+ <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse" />
157+ <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
156158 <rule ref =" SlevomatCodingStandard.Exceptions.DeadCatch" />
157159 <rule ref =" SlevomatCodingStandard.Namespaces.DisallowGroupUse" />
158160 <rule ref =" SlevomatCodingStandard.Namespaces.UseSpacing" />
188190 <property name =" spacesCountAfterOperator" value =" 0" />
189191 </properties >
190192 </rule >
193+ <rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator" />
191194 <rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" />
192195 <rule ref =" SlevomatCodingStandard.ControlStructures.UselessTernaryOperator" />
193196 <rule ref =" SlevomatCodingStandard.ControlStructures.UselessIfConditionWithReturn" />
207210 <rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" />
208211
209212 <rule ref =" SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch" />
210- <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
211213
212214 <!-- <rule ref="SlevomatCodingStandard.ControlStructures.EarlyExit">
213215 <properties>
You can’t perform that action at this time.
0 commit comments