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 c0d3cd8 commit 764c553Copy full SHA for 764c553
src/Ramsey/ruleset.xml
@@ -178,7 +178,11 @@
178
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment"/>
179
180
<!-- Report invalid format of inline phpDocs with @var -->
181
- <rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
+ <rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration">
182
+ <properties>
183
+ <property name="allowDocCommentAboveReturn" value="true"/>
184
+ </properties>
185
+ </rule>
186
187
<!-- Report use of the useless @inheritDoc annotation -->
188
<rule ref="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
0 commit comments