UseParent.php 149 B

123456789
  1. <?php
  2. namespace Doctrine\Tests\Common\Reflection;
  3. use Doctrine\Tests\Common\Reflection\Dummies\NoParent as Test;
  4. class UseParent extends Test
  5. {
  6. }