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 15a99db commit e3a1019Copy full SHA for e3a1019
tests/PHPStan/Analyser/nsrt/bug-13674.php
@@ -28,6 +28,7 @@ public function sayHello($arrayA, $listA, int $i): void
28
assertType('list<int>', $listA);
29
30
if (!isset($listA[$i])) {
31
+ assertType('list<int>', $listA);
32
return;
33
}
34
assertType('non-empty-list<int>', $listA);
0 commit comments