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 4fa90ea + 964e730 commit 3f0254bCopy full SHA for 3f0254b
PHPCSDev/ruleset.xml
@@ -220,7 +220,8 @@
220
<!-- Having a @see or @internal tag before the @category tag is fine. -->
221
<exclude name="PEAR.Commenting.ClassComment.CategoryTagOrder"/>
222
223
- <!-- Using @since for class changelog demands multiple tags. -->
+ <!-- Using @since for file/class changelog demands multiple tags. -->
224
+ <exclude name="PEAR.Commenting.FileComment.DuplicateSinceTag"/>
225
<exclude name="PEAR.Commenting.ClassComment.DuplicateSinceTag"/>
226
</rule>
227
0 commit comments