Completed
Push — master ( 64aeb7...576a4c )
by Dennis
01:45
created
Classes/Factory/SeederFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * @param $name
62 62
      * @param int $limit
63
-     * @return Seeder\SeedCollection|mixed
63
+     * @return Seeder\SeedCollection
64 64
      */
65 65
     public function make($name, $limit = 1)
66 66
     {
Please login to merge, or discard this patch.
Classes/SeederFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * @param $name
47 47
      * @param int $limit
48
-     * @return mixed
48
+     * @return SeedCollection
49 49
      */
50 50
     public function make($name, $limit = 1);
51 51
 }
Please login to merge, or discard this patch.