Skip to content

Commit b79fae6

Browse files
authored
Merge pull request #25 from PHPCSStandards/feature/phpcsdev-ruleset-allow-more-since-tags
PHPCSDev ruleset: allow for more than one `@since` tag
2 parents c101f99 + ad12350 commit b79fae6

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)