mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
fix test
This commit is contained in:
parent
5134747edd
commit
9ca771286f
@ -1629,7 +1629,7 @@ class ArrayAssignmentTest extends TestCase
|
||||
}
|
||||
$_a = Token::ONE + Token::TWO + Token::THREE;
|
||||
',
|
||||
'assertions' => ['$_a' => 'array{16: 16, 17: 17, 18: 18}']
|
||||
'assertions' => ['$_a===' => 'array{16: 16, 17: 17, 18: 18}']
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user