Skip to content

Commit

Permalink
set previous default setting for failing test temporarily
Browse files Browse the repository at this point in the history
Refs #10773
  • Loading branch information
kkmuffme committed Mar 2, 2024
1 parent 7c713e5 commit 13e6dad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Template/ClassTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3498,6 +3498,10 @@ 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 13e6dad

Please sign in to comment.