Skip to content

Commit

Permalink
Remove SlevomatCodingStandard.Functions.UnusedParameter (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
asispts committed Nov 3, 2023
1 parent 3cf44d9 commit 9eb6fff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 87 deletions.
1 change: 0 additions & 1 deletion ptscs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@

<rule ref="SlevomatCodingStandard.Variables.UselessVariable" />
<rule ref="SlevomatCodingStandard.Variables.UnusedVariable" />
<rule ref="SlevomatCodingStandard.Functions.UnusedParameter" />
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
<rule ref="SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment" />

Expand Down
30 changes: 0 additions & 30 deletions tests/Sniffs/Slevomat/UnusedParameterTest.php

This file was deleted.

28 changes: 0 additions & 28 deletions tests/Sniffs/Slevomat/_data/UnusedParameter.php.fixed

This file was deleted.

28 changes: 0 additions & 28 deletions tests/Sniffs/Slevomat/_data/UnusedParameter.php.inc

This file was deleted.

0 comments on commit 9eb6fff

Please sign in to comment.