AnnotationWithTargetSyntaxError.php 149 B

1234567891011
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures;
  3. /**
  4. * @Annotation
  5. * @Target(@)
  6. */
  7. final class AnnotationWithTargetSyntaxError
  8. {
  9. }