Skip to content

Commit 5a05cc4

Browse files
committed
Fix test
1 parent 00dd4fa commit 5a05cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/Rules/Cast/UselessCastRuleTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function testUselessCast(): void
4747
[
4848
'Casting to string something that\'s already string.',
4949
46,
50+
'Because the type is coming from a PHPDoc, you can turn off this check by setting <fg=cyan>treatPhpDocTypesAsCertain: false</> in your <fg=cyan>%configurationFile%</>.',
5051
],
5152
]
5253
);

0 commit comments

Comments
 (0)