Skip to content

Commit

Permalink
Ignore missing return in function comments
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Jan 23, 2020
1 parent 2061991 commit 3658e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Expand Up @@ -10,6 +10,7 @@
<exclude name="PEAR.Commenting.FileComment.Missing"/>
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
<exclude name="PEAR.Commenting.FunctionComment.Missing"/>
<exclude name="PEAR.Commenting.FunctionComment.MissingReturn"/>
</rule>

<rule ref="Generic.Files.LineLength.TooLong">
Expand Down

0 comments on commit 3658e6d

Please sign in to comment.