Api.php 168 B

1234567891011
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures;
  3. /**
  4. * This class is not an annotation
  5. * It's a class build to test ClassWithInclude
  6. */
  7. class Api
  8. {
  9. }