Skip to content

Commit

Permalink
Remove duplicate RequireOneLineDocComment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tomudding committed Apr 27, 2023
1 parent db39894 commit 8f57dc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@
</rule>
<!-- Report invalid format of inline phpDocs with @var -->
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
<!-- Require comments with single line written as one-liners -->
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
<!-- Forbid assignments in conditions -->
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
<!-- Require consistent spacing for block structures -->
Expand Down

0 comments on commit 8f57dc1

Please sign in to comment.