Skip to content

Commit b540fe9

Browse files
Fix
1 parent 21e650d commit b540fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ public function testBug7581(): void
991991
public function testBug7903(): void
992992
{
993993
$errors = $this->runAnalyse(__DIR__ . '/data/bug-7903.php');
994-
$this->assertCount(29, $errors);
994+
$this->assertCount(39, $errors);
995995
}
996996

997997
public function testBug7901(): void

0 commit comments

Comments
 (0)