Completed
Push — dev ( 9601ca...8b7712 )
by Zach
02:06
created
src/Migrations/Migrator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/DB/ModelFactoryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.