Skip to content

Commit 1586c3b

Browse files
committed
Trailing comma sniffs.
1 parent cc85399 commit 1586c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PhpCollective/ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall"/>
5353
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration">
5454
<properties>
55-
<property name="onlySingleLine" type="boolean" value="true"/>
55+
<property name="onlySingleLine" value="true"/>
5656
</properties>
5757
</rule>
5858
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse">
5959
<properties>
60-
<property name="onlySingleLine" type="boolean" value="true"/>
60+
<property name="onlySingleLine" value="true"/>
6161
</properties>
6262
</rule>
6363
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInCall">
6464
<properties>
65-
<property name="onlySingleLine" type="boolean" value="true"/>
65+
<property name="onlySingleLine" value="true"/>
6666
</properties>
6767
</rule>
6868

0 commit comments

Comments
 (0)