Skip to content

Commit f06b358

Browse files
authored
Remove rector from rule definition title (#7820)
1 parent e72e682 commit f06b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class SwitchNegatedTernaryRector extends AbstractRector
2121
public function getRuleDefinition(): RuleDefinition
2222
{
2323
return new RuleDefinition(
24-
'Switch negated ternary condition rector',
24+
'Switch negated ternary condition',
2525
[
2626
new CodeSample(
2727
<<<'CODE_SAMPLE'

0 commit comments

Comments
 (0)