Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / Fixtures / Annotation / Route.php
1 <?php
2
3 namespace Doctrine\Tests\Common\Annotations\Fixtures\Annotation;
4
5 /** @Annotation */
6 class Route
7 {
8     /** @var string @Required */
9     public $pattern;
10     public $name;
11 }