1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00

Allow the test fixed in vimeo/psalm#10778

This commit is contained in:
Bruce Weirdan 2024-03-03 15:16:39 +01:00
parent 0975c156af
commit 64a32721e3

View File

@ -3498,10 +3498,6 @@ class ClassTemplateTest extends TestCase
$wm[$ex] = 42; $wm[$ex] = 42;
} }
', ',
'assertions' => [],
'ignored_issues' => [],
// temporarily keep the old value until https://github.com/vimeo/psalm/issues/10773 is fixed by @weirdan
'php_version' => '7.4',
], ],
'combineTwoTemplatedArrays' => [ 'combineTwoTemplatedArrays' => [
'code' => '<?php 'code' => '<?php