@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | { |
12 | 12 | /** |
13 | 13 | * @param mixed $data |
14 | - * @return mixed |
|
14 | + * @return \Illuminate\Database\Eloquent\Model |
|
15 | 15 | */ |
16 | 16 | public function create($data) |
17 | 17 | { |
@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | } |
177 | 177 | |
178 | 178 | /** |
179 | - * @return mixed |
|
179 | + * @return integer |
|
180 | 180 | */ |
181 | 181 | private function findHighestIncrement($list) |
182 | 182 | { |