We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b9439 commit 5a650b6Copy full SHA for 5a650b6
fractor/tests/Helper/Rules/ReplaceXXXTextRule.php
@@ -23,7 +23,7 @@ public function getRuleDefinition(): RuleDefinition
23
return new RuleDefinition(
24
'Replace string XXX with YYY',
25
[
26
- new CodeSample('Replace string XXX with YYY', 'Replace string YYY with YYY')
+ new CodeSample('XXX', 'YYY')
27
]
28
);
29
}
0 commit comments