Skip to content

Commit ddced9a

Browse files
Fix
1 parent c4a2e7b commit ddced9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,7 @@ public function testBug9487(): void
32733273
[
32743274
'Parameter #1 $x of method Bug9487\HelloWorld::sayHello() expects list<string>, array<int<1, max>, string> given.',
32753275
15,
3276-
'array<int<1, max>, string> is not a list.'
3276+
'array<int<1, max>, string> is not a list.',
32773277
],
32783278
]);
32793279
}

0 commit comments

Comments
 (0)