Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / Ticket / DCOM58Entity.php
1 <?php
2 // Some class named Entity in the global namespace
3 /**
4  * @Annotation
5  */
6 class Entity
7 {
8 }