Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / Fixtures / NamespaceAndClassCommentedOut.php
1 <?php
2
3 // namespace Doctrine\Tests\Common\Annotations\Fixtures;
4 namespace Doctrine\Tests\Common\Annotations\Fixtures\Foo {
5
6     use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Secure;
7
8     // class NamespaceAndClassCommentedOut {}
9 }
10
11 namespace Doctrine\Tests\Common\Annotations\Fixtures {
12
13     // class NamespaceAndClassCommentedOut {}
14     use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Route;
15
16     // namespace Doctrine\Tests\Common\Annotations\Fixtures;
17     use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Template;
18
19     class NamespaceAndClassCommentedOut {}
20 }