Skip to content

Commit

Permalink
Merge pull request #1 from donaldducky/disable-invalid-return-void
Browse files Browse the repository at this point in the history
Ignore FunctionComment.InvalidReturnVoid
  • Loading branch information
zerkalica committed Nov 6, 2012
2 parents 49b3b7f + fb3d123 commit e2d4488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CodeSniffer/Standards/Symfony2/ruleset.xml
Expand Up @@ -195,6 +195,10 @@
<severity>0</severity>
</rule>

<rule ref="Symfony2.Commenting.FunctionComment.InvalidReturnVoid">
<severity>0</severity>
</rule>

<rule ref="Symfony2.Files.NoWhitespaceAfterOpenTag.Namespace">
<severity>0</severity>
</rule>
Expand Down

0 comments on commit e2d4488

Please sign in to comment.