@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | * @param Model $query |
| 11 | 11 | * @param int $id |
| 12 | 12 | * |
| 13 | - * @return mixed |
|
| 13 | + * @return boolean |
|
| 14 | 14 | */ |
| 15 | 15 | protected function transformShowQuery($query, $id) |
| 16 | 16 | { |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | * |
| 62 | 62 | * @param int $id |
| 63 | 63 | * |
| 64 | - * @return mixed |
|
| 64 | + * @return \Illuminate\Http\JsonResponse |
|
| 65 | 65 | */ |
| 66 | 66 | public function show($id) |
| 67 | 67 | { |