Skip to content

Commit

Permalink
Merge pull request #667 from PHPCSStandards/feature/phpcs-ruleset-tweak
Browse files Browse the repository at this point in the history
PHPCS ruleset: make the file level `@author` tag optional
  • Loading branch information
jrfnl authored Nov 11, 2024
2 parents b7dcdf8 + 0b88936 commit 141ef43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<exclude name="PEAR.NamingConventions.ValidFunctionName"/>
<exclude name="PEAR.NamingConventions.ValidVariableName"/>
<exclude name="PEAR.Commenting.ClassComment"/>
<exclude name="PEAR.Commenting.FileComment.MissingAuthorTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingLinkTag"/>
Expand Down

0 comments on commit 141ef43

Please sign in to comment.