1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
orklah 2021-07-31 15:40:41 +02:00
parent a8efe58784
commit d4bf17f323

View File

@ -47,7 +47,7 @@ class IntRangeTest extends TestCase
function getInt(): int{return 0;}
$a = getInt();
assert($a >= 500);
assert($a < 5000)',
assert($a < 5000);',
'assertions' => [
'$a===' => 'int<500, 4999>'
]