Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 21, 2023
1 parent 17b70c5 commit 90dea2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/EnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,9 @@ function noop(string $s): string
noop($foo);
noop(FooEnum::Foo->value);
PHP,
'assertions' => [],
'ignored_issues' => [],
'php_version' => '8.1',
],
'backedEnumCaseValueFromClassConstant' => [
'code' => <<<'PHP'
Expand Down

0 comments on commit 90dea2f

Please sign in to comment.