File "base.php"
Full Path: /var/www/html/back/vendor/phpdocumentor/reflection/tests/integration/data/Enums/base.php
File size: 107 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace MyNamespace;
enum MyEnum
{
case VALUE1;
case VALUE2;
}