PHP Classes

File: src/Core/tests/Fixtures/ScopeEnum.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Core/tests/Fixtures/ScopeEnum.php   Download  
File: src/Core/tests/Fixtures/ScopeEnum.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 117 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Spiral\Tests\Core\Fixtures;

enum ScopeEnum: string
{
    case
A = 'a';
}