1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
This commit is contained in:
Daniil Gentili 2023-10-21 19:06:16 +02:00
parent 17b70c5ae5
commit 90dea2f947

View File

@ -633,6 +633,9 @@ class EnumTest extends TestCase
noop($foo);
noop(FooEnum::Foo->value);
PHP,
'assertions' => [],
'ignored_issues' => [],
'php_version' => '8.1',
],
'backedEnumCaseValueFromClassConstant' => [
'code' => <<<'PHP'