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 8734057 commit 96b4304Copy full SHA for 96b4304
tests/PHPStan/Analyser/nsrt/bug-1021.php
@@ -13,7 +13,7 @@ function foobar() {
13
}
14
15
16
- assertType('array<1|2|3>&list', $x);
+ assertType('array<0|1|2, 1|2|3>&list', $x);
17
18
if ($x) {
19
0 commit comments