Skip to content

Commit

Permalink
fix internal properties on interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 23, 2022
1 parent 3a8ed81 commit a8aecb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/EnumTest.php
Expand Up @@ -615,9 +615,9 @@ enum Foo {
static fn (\BackedEnum $tag): string|int => $tag->value;
',
'error_message' => '',
'ignored_issues' => [],
[],
false,
'php_version' => '8.1',
'8.1',
],
];
}
Expand Down

0 comments on commit a8aecb8

Please sign in to comment.