We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72e682 commit f06b358Copy full SHA for f06b358
rules/CodeQuality/Rector/Ternary/SwitchNegatedTernaryRector.php
@@ -21,7 +21,7 @@ final class SwitchNegatedTernaryRector extends AbstractRector
21
public function getRuleDefinition(): RuleDefinition
22
{
23
return new RuleDefinition(
24
- 'Switch negated ternary condition rector',
+ 'Switch negated ternary condition',
25
[
26
new CodeSample(
27
<<<'CODE_SAMPLE'
0 commit comments