Skip to content

Commit

Permalink
feat(BackedEnumTypeSpacing): Add SlevomatCodingStandard.Classes.Backe…
Browse files Browse the repository at this point in the history
…dEnumTypeSpacing sniff (#3496958)
  • Loading branch information
klausi committed Jan 2, 2025
1 parent 43a4fda commit 59f52b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coder_sniffer/Drupal/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
<rule ref="PSR2.Namespaces.UseDeclaration"/>

<!-- SlevomatCodingStandard sniffs -->
<rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing"/>
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator"/>
<rule ref="SlevomatCodingStandard.PHP.ShortList"/>
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
Expand Down

0 comments on commit 59f52b8

Please sign in to comment.