Completed
Push — dev ( 348067...b33ea3 )
by Zach
02:21
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,
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
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
     {
Please login to merge, or discard this patch.