There was an error while loading. Please reload this page.
1 parent deef919 commit a960f74Copy full SHA for a960f74
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -1333,6 +1333,12 @@ public function testBug10538(): void
1333
$this->assertNoErrors($errors);
1334
}
1335
1336
+public function testBug10847(): void
1337
+{
1338
+$errors = $this->runAnalyse(__DIR__ . '/data/bug-10847.php');
1339
+$this->assertNoErrors($errors);
1340
+}
1341
+
1342
public function testBug10772(): void
1343
{
1344
if (PHP_VERSION_ID < 80100) {
0 commit comments