NonePropertyTag.php 204 B

1234567891011121314
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Tag;
  3. /**
  4. * Class NonePropertyTag
  5. * @package EasySwoole\DoctrineAnnotation\Tests\Tag
  6. * @Annotation
  7. */
  8. class NonePropertyTag
  9. {
  10. public $value;
  11. }