cf3fc0236199bbabbc14da0eb76cc124c250e5c4
[zf2.biz/application_blanche.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / Fixtures / InvalidAnnotationUsageClass.php
1 <?php
2
3 namespace Doctrine\Tests\Common\Annotations\Fixtures;
4
5 /**
6  * @NoAnnotation
7  */
8 class InvalidAnnotationUsageClass
9 {
10 }