@@ -23,9 +23,7 @@ |
||
23 | 23 | use Symfony\Component\Console\Output\OutputInterface; |
24 | 24 | use Symfony\Component\Console\Question\ConfirmationQuestion; |
25 | 25 | use Symfony\Component\Console\Command\Command; |
26 | -use Symfony\Component\Console\Input\InputArgument; |
|
27 | 26 | use Symfony\Component\Console\Input\InputOption; |
28 | -use Doctrine\ORM\Tools\SchemaTool; |
|
29 | 27 | use Doctrine\Common\DataFixtures\Executor\ORMExecutor; |
30 | 28 | use Doctrine\Common\DataFixtures\Purger\ORMPurger; |
31 | 29 | use DoctrineFixturesModule\Loader\ServiceLocatorAwareLoader; |
@@ -49,9 +49,7 @@ |
||
49 | 49 | /** |
50 | 50 | * Gets options from configuration based on name. |
51 | 51 | * |
52 | - * @param ServiceLocatorInterface $sl |
|
53 | 52 | * @param string $key |
54 | - * @param null|string $name |
|
55 | 53 | * @return \Zend\Stdlib\AbstractOptions |
56 | 54 | * @throws \RuntimeException |
57 | 55 | */ |