Skip to content

Commit ad12350

Browse files
committed
PHPCSDev ruleset: allow for more than one @since tag
... to document a class's changelog.
1 parent 38ece97 commit ad12350

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PHPCSDev/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@
174174

175175
<!-- Having a @see or @internal tag before the @category tag is fine. -->
176176
<exclude name="PEAR.Commenting.ClassComment.CategoryTagOrder"/>
177+
178+
<!-- Using @since for class changelog demands multiple tags. -->
179+
<exclude name="PEAR.Commenting.ClassComment.DuplicateSinceTag"/>
177180
</rule>
178181

179182
</ruleset>

0 commit comments

Comments
 (0)