Skip to content

Commit e13d386

Browse files
Change error message
1 parent f3b0fd8 commit e13d386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Functions/PrintfParametersRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function testBug4717(): void
103103
{
104104
$errors = [
105105
[
106-
'Call to sprintf contains 1 placeholder, 2 values given.',
106+
'Call to printf contains an invalid placeholder.',
107107
5,
108108
],
109109
];

0 commit comments

Comments
 (0)