File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 301
301
<exclude-pattern >tests/*\.php</exclude-pattern >
302
302
</rule >
303
303
<rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInCall" />
304
- <rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse" />
304
+ <rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse" >
305
+ <properties >
306
+ <property name =" onlySingleLine" value =" true" />
307
+ </properties >
308
+ </rule >
305
309
<rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration" />
306
310
<!-- Forbid long functions and methods -->
307
311
<rule ref =" SlevomatCodingStandard.Functions.FunctionLength" >
317
321
</properties >
318
322
</rule >
319
323
<rule ref =" SlevomatCodingStandard.Functions.RequireSingleLineCall" />
320
- <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse" />
324
+ <!-- <rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse"/> -- >
321
325
<rule ref =" SlevomatCodingStandard.Functions.StaticClosure" />
322
326
<rule ref =" SlevomatCodingStandard.Functions.StrictCall" />
323
327
<rule ref =" SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
You can’t perform that action at this time.
0 commit comments