MultipleImportsInUseStatement.php 244 B

1234567891011
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures;
  3. use
  4. EasySwoole\DoctrineAnnotation\Tests\Fixtures\Annotation\Route,
  5. EasySwoole\DoctrineAnnotation\Tests\Fixtures\Annotation\Secure;
  6. class MultipleImportsInUseStatement
  7. {
  8. }