FullyClassifiedParent.php 135 B

1234567
  1. <?php
  2. namespace Doctrine\Tests\Common\Reflection;
  3. class FullyClassifiedParent extends \Doctrine\Tests\Common\Reflection\NoParent
  4. {
  5. }