@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | * |
48 | 48 | * @param Config $config |
49 | 49 | * @param ConnectionResolver $resolver |
50 | - * @param MigrationRepositoryInterface $repository |
|
50 | + * @param MigrationRepository $repository |
|
51 | 51 | */ |
52 | 52 | public function __construct( |
53 | 53 | Config $config, |
@@ -282,7 +282,7 @@ discard block |
||
282 | 282 | /** |
283 | 283 | * Set connection to database on object. |
284 | 284 | * |
285 | - * @return Pdo |
|
285 | + * @return FileDateMigrator |
|
286 | 286 | */ |
287 | 287 | public function setConnection() |
288 | 288 | { |