Skip to content

Commit fd70215

Browse files
committed
Revert "Update pr-4390.php"
This reverts commit ab2ace4.
1 parent 44a4a94 commit fd70215

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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>, array<int<0, 9>, string>>', $locations); // could be 'non-empty-array<int<0, 9>, non-empty-array<int<0, 9>, string>>'
17-
assertType('array<int<0, 9>, string>', $locations[0]); // could be 'non-empty-array<int<0, 9>, string>'
16+
assertType('non-empty-array<int<0, 9>, non-empty-array<int<0, 9>, string>>', $locations);
17+
assertType('non-empty-array<int<0, 9>, string>', $locations[0]);
1818
};

0 commit comments

Comments
 (0)