Skip to content

Commit 3e88327

Browse files
authored
Merge pull request #319 from tomudding/fix/duplicate-onelinedoccomment
Remove duplicate `RequireOneLineDocComment` rule
2 parents c0fb0e6 + 8f57dc1 commit 3e88327

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Doctrine/ruleset.xml

-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@
254254
</rule>
255255
<!-- Report invalid format of inline phpDocs with @var -->
256256
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
257-
<!-- Require comments with single line written as one-liners -->
258-
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
259257
<!-- Forbid assignments in conditions -->
260258
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
261259
<!-- Require consistent spacing for block structures -->

0 commit comments

Comments
 (0)