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 c58e5a0 commit 6a3391eCopy full SHA for 6a3391e
coder_sniffer/Drupal/ruleset.xml
@@ -121,11 +121,6 @@
121
<rule ref="PSR2.Namespaces.UseDeclaration" />
122
123
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" />
124
- <rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses">
125
- <properties>
126
- <property name="caseSensitive" value="true"/>
127
- </properties>
128
- </rule>
129
<rule ref="SlevomatCodingStandard.PHP.ShortList" />
130
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
131
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing"/>
0 commit comments