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 1158904 commit 4288ec7Copy full SHA for 4288ec7
coder_sniffer/Drupal/ruleset.xml
@@ -121,7 +121,11 @@
121
<rule ref="PSR2.Namespaces.UseDeclaration" />
122
123
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" />
124
- <rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" />
+ <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