Skip to content

Commit 45280b2

Browse files
authored
Update ruleset.xml
1 parent 4975e70 commit 45280b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PatchlevelCodingStandard/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@
409409
</rule>
410410
<!-- Forbid useless @var for constants -->
411411
<rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint"/>
412+
<!-- Require One Line Doc Comment where there's only 1 annotation present -->
413+
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
412414
<!-- Forbid useless phpDocs for functions -->
413415
<rule ref="SlevomatCodingStandard.Commenting.UselessFunctionDocComment">
414416
<properties>

0 commit comments

Comments
 (0)