Completed
Push — dev ( 7e6284...b27363 )
by Zach
01:59
created
src/DB/Factories/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.
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.