Skip to content

Commit

Permalink
Fixed Rule Description
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Sep 4, 2024
1 parent 5c1fc66 commit 5c1f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Rule/RemoveArgumentFromMethodCallRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class RemoveArgumentFromMethodCallRector extends AbstractRector implements
*/
public function getRuleDefinition(): RuleDefinition
{
return new RuleDefinition('Remove legacy eZ Systems & Ibexa class_alias calls', [new ConfiguredCodeSample(
return new RuleDefinition('Remove argument with given index from method call', [new ConfiguredCodeSample(
<<<'CODE_SAMPLE'
class SomeClass
{
Expand Down

0 comments on commit 5c1f788

Please sign in to comment.