Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Reflection / SameNamespaceParent.php
1 <?php
2
3 namespace Doctrine\Tests\Common\Reflection;
4
5 class SameNamespaceParent extends NoParent
6 {
7 }