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 43a4fda commit 59f52b8Copy full SHA for 59f52b8
coder_sniffer/Drupal/ruleset.xml
@@ -117,6 +117,8 @@
117
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
118
<rule ref="PSR2.Namespaces.UseDeclaration"/>
119
120
+ <!-- SlevomatCodingStandard sniffs -->
121
+ <rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing"/>
122
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator"/>
123
<rule ref="SlevomatCodingStandard.PHP.ShortList"/>
124
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
0 commit comments