Skip to content

Commit 59f52b8

Browse files
committed
feat(BackedEnumTypeSpacing): Add SlevomatCodingStandard.Classes.BackedEnumTypeSpacing sniff (#3496958)
1 parent 43a4fda commit 59f52b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coder_sniffer/Drupal/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
118118
<rule ref="PSR2.Namespaces.UseDeclaration"/>
119119

120+
<!-- SlevomatCodingStandard sniffs -->
121+
<rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing"/>
120122
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator"/>
121123
<rule ref="SlevomatCodingStandard.PHP.ShortList"/>
122124
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">

0 commit comments

Comments
 (0)