ClassWithAnnotationConstantReferenceWithDashes.php 232 B

12345678910
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures;
  3. use EasySwoole\DoctrineAnnotation\Tests\Fixtures\Annotation\Route;
  4. /** @Route(@AValid-constant::REFERENCE) */
  5. class ClassWithAnnotationConstantReferenceWithDashes
  6. {
  7. }