Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / Fixtures / GlobalNamespacesPerFileWithClassAsLast.php
diff --git a/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsLast.php b/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsLast.php
new file mode 100644 (file)
index 0000000..6b600ff
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace {
+       use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Secure;
+}
+
+namespace {
+       use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Route;
+       use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Template;
+
+       class GlobalNamespacesPerFileWithClassAsLast {}
+}
\ No newline at end of file