Skip to content

Commit 23d1064

Browse files
committed
fix test expectation
1 parent 4c9960c commit 23d1064

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,12 +1124,7 @@ public function testBug7773(): void
11241124
public function testPr4375(): void
11251125
{
11261126
$this->treatPhpDocTypesAsCertain = true;
1127-
$this->analyse([__DIR__ . '/data/pr-4375.php'], [
1128-
[
1129-
'Call to function array_key_exists() with string and array<string, *NEVER*> will always evaluate to false.',
1130-
14,
1131-
],
1132-
]);
1127+
$this->analyse([__DIR__ . '/data/pr-4375.php'], []);
11331128
}
11341129

11351130
}

0 commit comments

Comments
 (0)