SingleUseAnnotation.php 128 B

12345678910
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures\Annotation;
  3. /**
  4. * @Annotation
  5. */
  6. class SingleUseAnnotation
  7. {
  8. }