@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return bool |
|
80 | + * @return false|null |
|
81 | 81 | */ |
82 | 82 | protected function generate() |
83 | 83 | { |
@@ -116,7 +116,7 @@ discard block |
||
116 | 116 | /** |
117 | 117 | * @param string $name |
118 | 118 | * @param string $resource |
119 | - * @return mixed |
|
119 | + * @return string |
|
120 | 120 | */ |
121 | 121 | protected function buildControllerClass($name, $resource) |
122 | 122 | { |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | |
136 | 136 | /** |
137 | 137 | * @param string $name |
138 | - * @return mixed |
|
138 | + * @return string |
|
139 | 139 | */ |
140 | 140 | protected function buildResourceClass($name) |
141 | 141 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * Remove the specified resource from storage. |
31 | 31 | * |
32 | 32 | * @param int $id |
33 | - * @return \Illuminate\Http\Response |
|
33 | + * @return \Illuminate\Http\JsonResponse |
|
34 | 34 | */ |
35 | 35 | public function destroy($id) |
36 | 36 | { |