We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4975e70 commit 45280b2Copy full SHA for 45280b2
src/PatchlevelCodingStandard/ruleset.xml
@@ -409,6 +409,8 @@
409
</rule>
410
<!-- Forbid useless @var for constants -->
411
<rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint"/>
412
+ <!-- Require One Line Doc Comment where there's only 1 annotation present -->
413
+ <rule ref="SlevomatCodingStandard.Commenting.RequireOneLineDocComment"/>
414
<!-- Forbid useless phpDocs for functions -->
415
<rule ref="SlevomatCodingStandard.Commenting.UselessFunctionDocComment">
416
<properties>
0 commit comments