Skip to content

Commit 96b4304

Browse files
committed
Fix
1 parent 8734057 commit 96b4304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function foobar() {
1313
}
1414
}
1515

16-
assertType('array<1|2|3>&list', $x);
16+
assertType('array<0|1|2, 1|2|3>&list', $x);
1717

1818
if ($x) {
1919
}

0 commit comments

Comments
 (0)