@@ -60,7 +60,7 @@ |
||
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 | { |
@@ -45,7 +45,7 @@ |
||
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 | } |