Skip to content

Commit c563798

Browse files
committed
refactor: replace RequireOneLinePropertyDocComment with RequireOneLineDocComment
This was originally intended.
1 parent a6c6232 commit c563798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<!-- Report invalid format of inline phpDocs with @var -->
238238
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
239239
<!-- Require comments with single line written as one-liners -->
240-
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>
240+
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
241241
<!-- Forbid assignments in conditions -->
242242
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
243243
<!-- Require consistent spacing for block structures -->

0 commit comments

Comments
 (0)