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 cb08ebe commit bc536d8Copy full SHA for bc536d8
tests/PHPStan/Rules/Variables/IssetRuleTest.php
@@ -510,4 +510,11 @@ public function testBug10640(): void
510
511
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-10640.php'], []);
512
}
513
+
514
+ public function testBug13353(): void
515
+ {
516
+ $this->treatPhpDocTypesAsCertain = true;
517
518
+ $this->analyse([__DIR__ . '/data/bug-13353.php'], []);
519
+ }
520
0 commit comments