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