Skip to content

Commit

Permalink
refactor(cs): drop SlevomatCodingStandard.Commenting.RequireOneLineDo…
Browse files Browse the repository at this point in the history
…cComment (#80)
  • Loading branch information
simPod committed Jul 10, 2022
1 parent a9e362c commit 9f773af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cdn77/ruleset.xml
Expand Up @@ -74,7 +74,6 @@
<rule ref="SlevomatCodingStandard.Classes.PropertySpacing"/>
<rule ref="SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion" />
<rule ref="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature"/>
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
<rule ref="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing">
<properties>
<property name="linesCountAfterWhenLastInCaseOrDefault" value="0"/>
Expand Down

0 comments on commit 9f773af

Please sign in to comment.