1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

more precise test

This commit is contained in:
orklah 2021-09-20 13:09:02 +02:00
parent 85d65d35e9
commit b542daf233

View File

@ -863,7 +863,7 @@ class TypeTest extends \Psalm\Tests\TestCase
$a = 0;
$b = $a++;',
'assertions' => [
'$a' => 'positive-int',
'$a===' => '1',
],
],
'typedValueAssertion' => [