From d28cb53d333124a03cf483808fb41d14ff9679df Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Mon, 12 Jan 2026 21:28:07 +0100 Subject: [PATCH] Remove rector from rule definition title --- rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php b/rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php index 8fb7d4e4a1a..9f1d1c5ce63 100644 --- a/rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php +++ b/rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php @@ -21,7 +21,7 @@ final class SwitchNegatedTernaryRector extends AbstractRector public function getRuleDefinition(): RuleDefinition { return new RuleDefinition( - 'Switch negated ternary condition rector', + 'Switch negated ternary condition', [ new CodeSample( <<<'CODE_SAMPLE'