Version.php 145 B

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