Skip to content

Commit 8808796

Browse files
committed
Update pr-4390.php
1 parent 47158ba commit 8808796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Analyser/nsrt/pr-4390.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ function (string $s): void {
1313
}
1414
}
1515

16-
assertType('non-empty-array<int<0, 9>, non-empty-array<int<0, 9>, string>>', $locations);
16+
assertType('non-empty-array<int<0, 9>, array<int<0, 9>, string>>', $locations); // could be 'non-empty-array<int<0, 9>, non-empty-array<int<0, 9>, string>>'
1717
assertType('non-empty-array<int<0, 9>, string>', $locations[0]);
1818
};

0 commit comments

Comments
 (0)