Completed
Push — dev ( b33ea3...7e6284 )
by Zach
02:06
created
src/Migrations/FileDate/FileDateMigrator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.