@@ -2,10 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Doctrine\Tests\ODM\CouchDB\View; |
4 | 4 | |
5 | -use Doctrine\CouchDB\HTTP\SocketClient; |
|
6 | 5 | use Doctrine\CouchDB\View\Query; |
7 | 6 | use Doctrine\ODM\CouchDB\View\DoctrineAssociations; |
8 | -use Doctrine\ODM\CouchDB\Mapping\ClassMetadata; |
|
9 | 7 | use Doctrine\Tests\ODM\CouchDB\CouchDBFunctionalTestCase; |
10 | 8 | |
11 | 9 | class DoctrineAssociationsTest extends CouchDBFunctionalTestCase |
@@ -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 | { |