@@ -19,7 +19,6 @@ |
||
| 19 | 19 | |
| 20 | 20 | namespace Doctrine\ODM\MongoDB\Tools\Console\Command; |
| 21 | 21 | |
| 22 | -use Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo; |
|
| 23 | 22 | use Doctrine\ODM\MongoDB\Tools\Console\MetadataFilter; |
| 24 | 23 | use Symfony\Component\Console\Input\InputArgument; |
| 25 | 24 | use Symfony\Component\Console\Input\InputOption; |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | * @param boolean $hydrate |
| 98 | 98 | * @param boolean $refresh |
| 99 | 99 | * @param array $primers |
| 100 | - * @param null $requireIndexes deprecated |
|
| 100 | + * @param boolean $requireIndexes deprecated |
|
| 101 | 101 | * @param boolean $readOnly |
| 102 | 102 | */ |
| 103 | 103 | public function __construct(DocumentManager $dm, ClassMetadata $class, Collection $collection, array $query = array(), array $options = array(), $hydrate = true, $refresh = false, array $primers = array(), $requireIndexes = null, $readOnly = false) |
@@ -225,7 +225,7 @@ discard block |
||
| 225 | 225 | /** |
| 226 | 226 | * Gets an array of the unindexed fields in this query. |
| 227 | 227 | * |
| 228 | - * @return array |
|
| 228 | + * @return string |
|
| 229 | 229 | * |
| 230 | 230 | * @deprecated method was deprecated in 1.2 and will be removed in 2.0 |
| 231 | 231 | */ |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Doctrine\ODM\MongoDB\Tools\Console\Command\Schema; |
| 4 | 4 | |
| 5 | -use Doctrine\Common\Cache\VoidCache; |
|
| 6 | -use Doctrine\ODM\MongoDB\DocumentManager; |
|
| 7 | -use Symfony\Component\Console\Command\Command; |
|
| 8 | -use Symfony\Component\Console\Input\InputInterface; |
|
| 5 | +use Doctrine\Common\Cache\VoidCache; |
|
| 6 | +use Doctrine\ODM\MongoDB\DocumentManager; |
|
| 7 | +use Symfony\Component\Console\Command\Command; |
|
| 8 | +use Symfony\Component\Console\Input\InputInterface; |
|
| 9 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
| 10 | 10 | |
| 11 | 11 | class ValidateCommand extends Command |