Skip to content

Commit 6a88a04

Browse files
committed
Update IssetRuleTest.php
1 parent 71d7f49 commit 6a88a04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/PHPStan/Rules/Variables/IssetRuleTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,11 @@ public function testPr4374(): void
504504
]);
505505
}
506506

507+
public function testBug10640(): void
508+
{
509+
$this->treatPhpDocTypesAsCertain = true;
510+
511+
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-10640.php'], []);
512+
}
513+
507514
}

0 commit comments

Comments
 (0)