Skip to content

Commit

Permalink
Allow the test fixed in vimeo#10778
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Mar 3, 2024
1 parent 0975c15 commit 64a3272
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Template/ClassTemplateTest.php
Expand Up @@ -3498,10 +3498,6 @@ function writesLikeAnArray(WeakMap $wm): void {
$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' => [
'code' => '<?php
Expand Down

0 comments on commit 64a3272

Please sign in to comment.