PHP Classes

File: src/Tokenizer/tests/Enums/Targets/EnumWithAttributeOnClass.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Tokenizer/tests/Enums/Targets/EnumWithAttributeOnClass.php   Download  
File: src/Tokenizer/tests/Enums/Targets/EnumWithAttributeOnClass.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 1 month ago
Size: 214 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Spiral\Tests\Tokenizer\Enums\Targets;

use
Spiral\Tests\Tokenizer\Fixtures\Attributes\WithTargetClass;

#[WithTargetClass]
enum EnumWithAttributeOnClass
{
    case
foo;
}