@@ -19,14 +19,11 @@ |
||
| 19 | 19 | |
| 20 | 20 | namespace Doctrine\ODM\CouchDB\Mapping\Driver; |
| 21 | 21 | |
| 22 | -use Doctrine\Common\Annotations\AnnotationReader, |
|
| 23 | - Doctrine\Common\Annotations\AnnotationRegistry, |
|
| 24 | - Doctrine\Common\Annotations\Reader, |
|
| 25 | - Doctrine\Common\Persistence\Mapping\ClassMetadata, |
|
| 26 | - Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver as AbstractAnnotationDriver, |
|
| 27 | - Doctrine\ODM\CouchDB\Mapping\Annotations as ODM, |
|
| 28 | - Doctrine\ODM\CouchDB\Mapping\MappingException, |
|
| 29 | - Doctrine\ODM\CouchDB\Event; |
|
| 22 | +use Doctrine\Common\Persistence\Mapping\ClassMetadata; |
|
| 23 | +use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver as AbstractAnnotationDriver; |
|
| 24 | +use Doctrine\ODM\CouchDB\Mapping\Annotations as ODM; |
|
| 25 | +use Doctrine\ODM\CouchDB\Mapping\MappingException; |
|
| 26 | +use Doctrine\ODM\CouchDB\Event; |
|
| 30 | 27 | |
| 31 | 28 | /** |
| 32 | 29 | * The AnnotationDriver reads the mapping metadata from docblock annotations. |
@@ -19,10 +19,10 @@ |
||
| 19 | 19 | |
| 20 | 20 | namespace Doctrine\ODM\CouchDB\Tools\Console\Command; |
| 21 | 21 | |
| 22 | -use Symfony\Component\Console\Input\InputArgument, |
|
| 23 | - Symfony\Component\Console\Input\InputOption, |
|
| 24 | - Symfony\Component\Console, |
|
| 25 | - Doctrine\ODM\CouchDB\Tools\Console\MetadataFilter; |
|
| 22 | +use Symfony\Component\Console\Input\InputArgument; |
|
| 23 | +use Symfony\Component\Console\Input\InputOption; |
|
| 24 | +use Symfony\Component\Console; |
|
| 25 | +use Doctrine\ODM\CouchDB\Tools\Console\MetadataFilter; |
|
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * Command to (re)generate the proxy classes used by doctrine. |
@@ -19,11 +19,10 @@ |
||
| 19 | 19 | |
| 20 | 20 | namespace Doctrine\ODM\CouchDB\Tools\Console\Command; |
| 21 | 21 | |
| 22 | -use Symfony\Component\Console\Input\InputArgument, |
|
| 23 | - Symfony\Component\Console\Input\InputOption, |
|
| 24 | - Symfony\Component\Console\Input\InputInterface, |
|
| 25 | - Symfony\Component\Console\Output\OutputInterface, |
|
| 26 | - Symfony\Component\Console\Command\Command; |
|
| 22 | +use Symfony\Component\Console\Input\InputArgument; |
|
| 23 | +use Symfony\Component\Console\Input\InputInterface; |
|
| 24 | +use Symfony\Component\Console\Output\OutputInterface; |
|
| 25 | +use Symfony\Component\Console\Command\Command; |
|
| 27 | 26 | |
| 28 | 27 | class UpdateDesignDocCommand extends Command |
| 29 | 28 | { |