Skip to content

Commit

Permalink
code review unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
ofbeaton committed Mar 5, 2019
1 parent 276ff28 commit 14166a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpcs/granite-syntax/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed">
<severity>3</severity>
</rule>
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClassAfterLastUsed">
<severity>3</severity>
</rule>
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
<!-- code review -->
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod.Found">
Expand Down

0 comments on commit 14166a1

Please sign in to comment.