Completed
Push — master ( fe6394...28fb23 )
by
unknown
29s queued 27s
created
src/Http/Controllers/AdminSekolahController.php 2 patches
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -198,7 +198,6 @@  discard block
 block discarded – undo
198 198
     /**
199 199
      * Display the specified resource.
200 200
      *
201
-     * @param  \App\ProdiSekolah  $prodi_sekolah
202 201
      * @return \Illuminate\Http\Response
203 202
      */
204 203
     public function show($id)
@@ -216,7 +215,6 @@  discard block
 block discarded – undo
216 215
     /**
217 216
      * Show the form for editing the specified resource.
218 217
      *
219
-     * @param  \App\Sekolah  $sekolah
220 218
      * @return \Illuminate\Http\Response
221 219
      */
222 220
     public function edit($id)
@@ -235,7 +233,6 @@  discard block
 block discarded – undo
235 233
      * Update the specified resource in storage.
236 234
      *
237 235
      * @param  \Illuminate\Http\Request  $request
238
-     * @param  \App\Sekolah  $sekolah
239 236
      * @return \Illuminate\Http\Response
240 237
      */
241 238
     public function update(Request $request, $id)
@@ -296,8 +293,7 @@  discard block
 block discarded – undo
296 293
     /**
297 294
      * Remove the specified resource from storage.
298 295
      *
299
-     * @param  \App\Sekolah  $sekolah
300
-     * @return \Illuminate\Http\Response
296
+     * @return string
301 297
      */
302 298
     public function destroy($id)
303 299
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Bantenprov\Sekolah\Facades\SekolahFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\AdminSekolah;
Please login to merge, or discard this patch.