| @@ -51,7 +51,7 @@ discard block | ||
| 51 | 51 | * | 
| 52 | 52 | * @param Config $config | 
| 53 | 53 | * @param ConnectionResolver $resolver | 
| 54 | - * @param MigrationRepositoryInterface $repository | |
| 54 | + * @param MigrationRepository $repository | |
| 55 | 55 | */ | 
| 56 | 56 | public function __construct( | 
| 57 | 57 | Config $config, | 
| @@ -286,7 +286,7 @@ discard block | ||
| 286 | 286 | /** | 
| 287 | 287 | * Set connection to database on object. | 
| 288 | 288 | * | 
| 289 | - * @return Pdo | |
| 289 | + * @return Migrator | |
| 290 | 290 | */ | 
| 291 | 291 | public function setConnection() | 
| 292 | 292 |      { | 
| @@ -4,9 +4,6 @@ | ||
| 4 | 4 | |
| 5 | 5 | use Yarak\Config\Config; | 
| 6 | 6 | use Yarak\DB\DirectoryCreator; | 
| 7 | -use Yarak\Migrations\MigrationCreator; | |
| 8 | -use Symfony\Component\Console\Input\InputOption; | |
| 9 | -use Symfony\Component\Console\Input\InputArgument; | |
| 10 | 7 | use Symfony\Component\Console\Input\InputInterface; | 
| 11 | 8 | use Symfony\Component\Console\Output\OutputInterface; | 
| 12 | 9 | |