tikiwiki/packages/tiki-pkg-tikimanager/symfony/yaml/Tests/Fixtures/FooUnitEnum.php
2023-11-20 20:52:04 +00:00

9 lines
92 B
PHP
Executable File

<?php
namespace Symfony\Component\Yaml\Tests\Fixtures;
enum FooUnitEnum
{
case BAR;
}