@@ -5,7 +5,6 @@ |
||
| 5 | 5 | /* Require */ |
| 6 | 6 | use App\Http\Controllers\Controller; |
| 7 | 7 | use Illuminate\Http\Request; |
| 8 | -use Bantenprov\Prestasi\Facades\PrestasiFacade; |
|
| 9 | 8 | |
| 10 | 9 | /* Models */ |
| 11 | 10 | use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\Prestasi; |
@@ -94,7 +94,6 @@ discard block |
||
| 94 | 94 | /** |
| 95 | 95 | * Display the specified resource. |
| 96 | 96 | * |
| 97 | - * @param \App\Prestasi $prestasi |
|
| 98 | 97 | * @return \Illuminate\Http\Response |
| 99 | 98 | */ |
| 100 | 99 | public function store(Request $request) |
@@ -140,7 +139,6 @@ discard block |
||
| 140 | 139 | /** |
| 141 | 140 | * Store a newly created resource in storage. |
| 142 | 141 | * |
| 143 | - * @param \Illuminate\Http\Request $request |
|
| 144 | 142 | * @return \Illuminate\Http\Response |
| 145 | 143 | */ |
| 146 | 144 | public function show($id) |
@@ -157,7 +155,6 @@ discard block |
||
| 157 | 155 | /** |
| 158 | 156 | * Show the form for editing the specified resource. |
| 159 | 157 | * |
| 160 | - * @param \App\Prestasi $prestasi |
|
| 161 | 158 | * @return \Illuminate\Http\Response |
| 162 | 159 | */ |
| 163 | 160 | |
@@ -178,7 +175,6 @@ discard block |
||
| 178 | 175 | * Update the specified resource in storage. |
| 179 | 176 | * |
| 180 | 177 | * @param \Illuminate\Http\Request $request |
| 181 | - * @param \App\Prestasi $prestasi |
|
| 182 | 178 | * @return \Illuminate\Http\Response |
| 183 | 179 | */ |
| 184 | 180 | public function update(Request $request, $id) |
@@ -235,8 +231,7 @@ discard block |
||
| 235 | 231 | /** |
| 236 | 232 | * Remove the specified resource from storage. |
| 237 | 233 | * |
| 238 | - * @param \App\Prestasi $prestasi |
|
| 239 | - * @return \Illuminate\Http\Response |
|
| 234 | + * @return string |
|
| 240 | 235 | */ |
| 241 | 236 | public function destroy($id) |
| 242 | 237 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | /** |
| 59 | 59 | * Get the services provided by the provider. |
| 60 | 60 | * |
| 61 | - * @return array |
|
| 61 | + * @return string[] |
|
| 62 | 62 | */ |
| 63 | 63 | public function provides() |
| 64 | 64 | { |
@@ -94,7 +94,6 @@ discard block |
||
| 94 | 94 | /** |
| 95 | 95 | * Display the specified resource. |
| 96 | 96 | * |
| 97 | - * @param \App\Prestasi $prestasi |
|
| 98 | 97 | * @return \Illuminate\Http\Response |
| 99 | 98 | */ |
| 100 | 99 | public function store(Request $request) |
@@ -140,7 +139,6 @@ discard block |
||
| 140 | 139 | /** |
| 141 | 140 | * Store a newly created resource in storage. |
| 142 | 141 | * |
| 143 | - * @param \Illuminate\Http\Request $request |
|
| 144 | 142 | * @return \Illuminate\Http\Response |
| 145 | 143 | */ |
| 146 | 144 | public function show($id) |
@@ -157,7 +155,6 @@ discard block |
||
| 157 | 155 | /** |
| 158 | 156 | * Show the form for editing the specified resource. |
| 159 | 157 | * |
| 160 | - * @param \App\Prestasi $prestasi |
|
| 161 | 158 | * @return \Illuminate\Http\Response |
| 162 | 159 | */ |
| 163 | 160 | |
@@ -178,7 +175,6 @@ discard block |
||
| 178 | 175 | * Update the specified resource in storage. |
| 179 | 176 | * |
| 180 | 177 | * @param \Illuminate\Http\Request $request |
| 181 | - * @param \App\Prestasi $prestasi |
|
| 182 | 178 | * @return \Illuminate\Http\Response |
| 183 | 179 | */ |
| 184 | 180 | public function update(Request $request, $id) |
@@ -235,8 +231,7 @@ discard block |
||
| 235 | 231 | /** |
| 236 | 232 | * Remove the specified resource from storage. |
| 237 | 233 | * |
| 238 | - * @param \App\Prestasi $prestasi |
|
| 239 | - * @return \Illuminate\Http\Response |
|
| 234 | + * @return string |
|
| 240 | 235 | */ |
| 241 | 236 | public function destroy($id) |
| 242 | 237 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | /* Require */ |
| 6 | 6 | use App\Http\Controllers\Controller; |
| 7 | 7 | use Illuminate\Http\Request; |
| 8 | -use Bantenprov\Prestasi\Facades\PrestasiFacade; |
|
| 9 | 8 | |
| 10 | 9 | /* Models */ |
| 11 | 10 | use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\MasterPrestasi; |
@@ -94,7 +94,6 @@ discard block |
||
| 94 | 94 | /** |
| 95 | 95 | * Display the specified resource. |
| 96 | 96 | * |
| 97 | - * @param \App\Prestasi $prestasi |
|
| 98 | 97 | * @return \Illuminate\Http\Response |
| 99 | 98 | */ |
| 100 | 99 | public function store(Request $request) |
@@ -140,7 +139,6 @@ discard block |
||
| 140 | 139 | /** |
| 141 | 140 | * Store a newly created resource in storage. |
| 142 | 141 | * |
| 143 | - * @param \Illuminate\Http\Request $request |
|
| 144 | 142 | * @return \Illuminate\Http\Response |
| 145 | 143 | */ |
| 146 | 144 | public function show($id) |
@@ -157,7 +155,6 @@ discard block |
||
| 157 | 155 | /** |
| 158 | 156 | * Show the form for editing the specified resource. |
| 159 | 157 | * |
| 160 | - * @param \App\Prestasi $prestasi |
|
| 161 | 158 | * @return \Illuminate\Http\Response |
| 162 | 159 | */ |
| 163 | 160 | |
@@ -178,7 +175,6 @@ discard block |
||
| 178 | 175 | * Update the specified resource in storage. |
| 179 | 176 | * |
| 180 | 177 | * @param \Illuminate\Http\Request $request |
| 181 | - * @param \App\Prestasi $prestasi |
|
| 182 | 178 | * @return \Illuminate\Http\Response |
| 183 | 179 | */ |
| 184 | 180 | public function update(Request $request, $id) |
@@ -235,8 +231,7 @@ discard block |
||
| 235 | 231 | /** |
| 236 | 232 | * Remove the specified resource from storage. |
| 237 | 233 | * |
| 238 | - * @param \App\Prestasi $prestasi |
|
| 239 | - * @return \Illuminate\Http\Response |
|
| 234 | + * @return string |
|
| 240 | 235 | */ |
| 241 | 236 | public function destroy($id) |
| 242 | 237 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | /* Require */ |
| 6 | 6 | use App\Http\Controllers\Controller; |
| 7 | 7 | use Illuminate\Http\Request; |
| 8 | -use Bantenprov\Prestasi\Facades\PrestasiFacade; |
|
| 9 | 8 | |
| 10 | 9 | /* Models */ |
| 11 | 10 | use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\JenisPrestasi; |