mirror of
https://github.com/danog/Valinor.git
synced 2024-12-02 17:48:14 +01:00
13 lines
138 B
PHP
13 lines
138 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace CuyZ\Valinor\Tests\Fixture\Annotation;
|
|
|
|
/**
|
|
* @Annotation
|
|
*/
|
|
final class BasicAnnotation
|
|
{
|
|
}
|