Skip to content

Commit 42c5280

Browse files
committed
Update bug11488.php
1 parent 1ffc94a commit 42c5280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug11488.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function test(array $row): void
4646
if (count($row) !== 1) {
4747
assertType('array{mixed, string|null, mixed}', $row);
4848
} else {
49-
assertType('array{0: mixed, 1?: string|null}', $row);
49+
assertType('array{mixed}', $row);
5050
}
5151

5252
if (count($row) !== 2) {

0 commit comments

Comments
 (0)