We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a1554 commit 537c12cCopy full SHA for 537c12c
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -1448,6 +1448,12 @@ public function testBug11640(): void
1448
$this->assertNoErrors($errors);
1449
}
1450
1451
+ public function testBug11913(): void
1452
+ {
1453
+ $errors = $this->runAnalyse(__DIR__ . '/data/bug-11913.php');
1454
+ $this->assertNoErrors($errors);
1455
+ }
1456
+
1457
/**
1458
* @param string[]|null $allAnalysedFiles
1459
* @return Error[]
0 commit comments