Valinor/tests/Fixture/Annotation/BasicAnnotation.php
Romain Canon 396f64a524 feat: initial release
🎉
2021-11-28 18:21:56 +01:00

13 lines
138 B
PHP

<?php
declare(strict_types=1);
namespace CuyZ\Valinor\Tests\Fixture\Annotation;
/**
* @Annotation
*/
final class BasicAnnotation
{
}