Skip to content

Commit

Permalink
Merge pull request #319 from tomudding/fix/duplicate-onelinedoccomment
Browse files Browse the repository at this point in the history
Remove duplicate `RequireOneLineDocComment` rule
  • Loading branch information
greg0ire committed Apr 28, 2023
2 parents c0fb0e6 + 8f57dc1 commit 3e88327
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/ruleset.xml
Expand Up @@ -254,8 +254,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 3e88327

Please sign in to comment.