Skip to content

Commit 141ef43

Browse files
authored
Merge pull request #667 from PHPCSStandards/feature/phpcs-ruleset-tweak
PHPCS ruleset: make the file level `@author` tag optional
2 parents b7dcdf8 + 0b88936 commit 141ef43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<exclude name="PEAR.NamingConventions.ValidFunctionName"/>
2323
<exclude name="PEAR.NamingConventions.ValidVariableName"/>
2424
<exclude name="PEAR.Commenting.ClassComment"/>
25+
<exclude name="PEAR.Commenting.FileComment.MissingAuthorTag"/>
2526
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
2627
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
2728
<exclude name="PEAR.Commenting.FileComment.MissingLinkTag"/>

0 commit comments

Comments
 (0)