@@ -104,7 +104,7 @@ |
||
104 | 104 | * |
105 | 105 | * @param int|null $times |
106 | 106 | * |
107 | - * @return this |
|
107 | + * @return ModelFactoryBuilder |
|
108 | 108 | */ |
109 | 109 | public function times($times = null) |
110 | 110 | { |
@@ -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, |
@@ -293,7 +293,7 @@ discard block |
||
293 | 293 | /** |
294 | 294 | * Set connection to database on object. |
295 | 295 | * |
296 | - * @return this |
|
296 | + * @return FileDateMigrator |
|
297 | 297 | */ |
298 | 298 | public function setConnection() |
299 | 299 | { |