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:
parent
85d65d35e9
commit
b542daf233
@ -863,7 +863,7 @@ class TypeTest extends \Psalm\Tests\TestCase
|
||||
$a = 0;
|
||||
$b = $a++;',
|
||||
'assertions' => [
|
||||
'$a' => 'positive-int',
|
||||
'$a===' => '1',
|
||||
],
|
||||
],
|
||||
'typedValueAssertion' => [
|
||||
|
Loading…
Reference in New Issue
Block a user