@@ -55,7 +55,7 @@ |
||
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | 57 | * Get Doctrine Connection |
| 58 | - * @return Doctrine\DBAL\Connection |
|
| 58 | + * @return \Doctrine\DBAL\Connection |
|
| 59 | 59 | */ |
| 60 | 60 | public function getConn() |
| 61 | 61 | { |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | |
| 20 | 20 | use Symfony\Component\Console\Command\Command; |
| 21 | 21 | use Symfony\Component\Console\Input\InputInterface; |
| 22 | -use Symfony\Component\Console\Input\InputOption; |
|
| 23 | 22 | use Symfony\Component\Console\Output\OutputInterface; |
| 24 | 23 | |
| 25 | 24 | /** |