Skip to content

Commit 91980d9

Browse files
committed
refactor(cs): drop SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration+RequireTrailingCommaInDeclaration rule
1 parent a5da943 commit 91980d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Cdn77/ruleset.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@
9191
<property name="ignoreComments" value="true" />
9292
</properties>
9393
</rule>
94-
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration">
95-
<properties>
96-
<property name="onlySingleLine" value="true" />
97-
</properties>
98-
</rule>
9994
<rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction" />
100-
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
10195
<rule ref="SlevomatCodingStandard.PHP.RequireNowdoc" />
10296

10397
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">

0 commit comments

Comments
 (0)