Version.php 143 B

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