@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | protected $namespace = 'Modules\Block\Http\Controllers'; |
12 | 12 | |
13 | 13 | /** |
14 | - * @return string |
|
14 | + * @return boolean |
|
15 | 15 | */ |
16 | 16 | protected function getFrontendRoute() |
17 | 17 | { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | - * @return string |
|
30 | + * @return boolean |
|
31 | 31 | */ |
32 | 32 | protected function getApiRoute() |
33 | 33 | { |
@@ -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 | { |