AnnotationWithTargetSyntaxError.php 146 B

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