Completed
Push — master ( 985212...c1d7cf )
by
unknown
05:48 queued 04:30
created
src/Http/Controllers/MasterPrestasiController.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
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\Prestasi\Facades\PrestasiFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\MasterPrestasi;
Please login to merge, or discard this patch.