We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5da943 commit 91980d9Copy full SHA for 91980d9
src/Cdn77/ruleset.xml
@@ -91,13 +91,7 @@
91
<property name="ignoreComments" value="true" />
92
</properties>
93
</rule>
94
- <rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration">
95
- <properties>
96
- <property name="onlySingleLine" value="true" />
97
- </properties>
98
- </rule>
99
<rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction" />
100
- <rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
101
<rule ref="SlevomatCodingStandard.PHP.RequireNowdoc" />
102
103
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
0 commit comments