Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Sep 19, 2024
1 parent 0d7bbc6 commit 0a2e927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Rules/Methods/CallStaticMethodsRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ public function testBug11600(): void
[
'Parameter #1 $array of static method Bug10600\HelloWorld::sayHello() expects array{1, 2}, array{1: 2, 0: 1} given.',
18,
]
],
]);
}

Expand Down

0 comments on commit 0a2e927

Please sign in to comment.