Autoload.php 114 B

12345678910
  1. <?php
  2. namespace Doctrine\Tests\Common\Annotations\Fixtures\Annotation;
  3. /**
  4. * @Annotation
  5. */
  6. class Autoload
  7. {
  8. }