PHP Classes

File: tests/app/src/Tokenizer/TestEnum.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   tests/app/src/Tokenizer/TestEnum.php   Download  
File: tests/app/src/Tokenizer/TestEnum.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: 121 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Spiral\App\Tokenizer;

enum TestEnum implements TestInterface
{
    case
T;
}