NoParent.php 89 B

12345678
  1. <?php
  2. namespace Doctrine\Tests\Common\Reflection;
  3. class NoParent
  4. {
  5. public $test;
  6. }