1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
orklah 2021-08-15 17:42:48 +02:00
parent 86afff61c5
commit 3a8afe07be

View File

@ -116,7 +116,7 @@ class IntRangeTest extends TestCase
$a = getInt();
$_arr[$a] = 12;',
'assertions' => [
'$_arr===' => 'non-empty-array<int<min, 2>, "a"|"b"|"c"|"d"|12>'
'$_arr===' => 'non-empty-array<int<min, 2>, "a"|"b"|"c"|12>'
]
],
'SKIPPED-statementsInLoopAffectsEverything' => [