AnnotatedAtPropertyLevel.php 231 B

123456789101112
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures\IgnoredNamespaces;
  3. class AnnotatedAtPropertyLevel
  4. {
  5. /**
  6. * @var mixed
  7. * @SomePropertyAnnotationNamespace\Subnamespace\Name
  8. */
  9. public $property;
  10. }