1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
This commit is contained in:
orklah 2021-08-09 21:18:19 +02:00
parent 5134747edd
commit 9ca771286f

View File

@ -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}']
],
];
}