Skip to content

Commit 0b88936

Browse files
committed
PHPCS ruleset: make the file level @author tag optional
Related to 155 and 663
1 parent b7dcdf8 commit 0b88936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

+1
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)