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.
2 parents c101f99 + ad12350 commit b79fae6Copy full SHA for b79fae6
1 file changed
PHPCSDev/ruleset.xml
@@ -174,6 +174,9 @@
174
175
<!-- Having a @see or @internal tag before the @category tag is fine. -->
176
<exclude name="PEAR.Commenting.ClassComment.CategoryTagOrder"/>
177
+
178
+ <!-- Using @since for class changelog demands multiple tags. -->
179
+ <exclude name="PEAR.Commenting.ClassComment.DuplicateSinceTag"/>
180
</rule>
181
182
</ruleset>
0 commit comments