Skip to content

Commit

Permalink
update rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jan 11, 2025
1 parent ea60438 commit ae5f951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mimmi20CodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<!-- Require no space before : and 1 space before Enum type -->
<rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing">
<properties>
<property name="spacesCountBeforeColon" value="1"/>
<property name="spacesCountBeforeColon" value="0"/>
<property name="spacesCountBeforeType" value="1"/>
</properties>
</rule>
Expand Down

0 comments on commit ae5f951

Please sign in to comment.