AnnotatedAtClassLevel.php 173 B

12345678910
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures\IgnoredNamespaces;
  3. /**
  4. * @SomeClassAnnotationNamespace\Subnamespace\Name
  5. */
  6. class AnnotatedAtClassLevel
  7. {
  8. }