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 13bbb65 commit acfaf7eCopy full SHA for acfaf7e
MO4/ruleset.xml
@@ -86,6 +86,8 @@
86
<!-- Require exactly one blank line after trait use -->
87
<rule ref="PSR12.Traits.UseDeclaration"/>
88
89
+ <!-- Force Enum Spacing-->
90
+ <rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing"/>
91
<!-- Require presence of constant visibility -->
92
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility"/>
93
<!-- Forbid multi constant definition -->
0 commit comments