Skip to content

Commit 3664373

Browse files
VincentLangletstaabm
authored andcommitted
Remove comment
1 parent 4fc7fd6 commit 3664373

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-8864.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ function test(array $a): void
1515
assertType('array{0: 1, 1?: 2}', $a);
1616
}
1717

18-
// TODO: value type of optional key should not be narrowed to *NEVER*
1918
if (!in_array(2, $a, true)) {
2019
assertType('array{0: 1, 1?: *NEVER*}', $a);
2120
}

0 commit comments

Comments
 (0)