Completed
Push — master ( aa41f3...565443 )
by
unknown
10s
created
src/Http/Controllers/MasterSktmController.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -175,7 +175,6 @@  discard block
 block discarded – undo
175 175
     /**
176 176
      * Display the specified resource.
177 177
      *
178
-     * @param  \App\MasterSktm  $master_sktm
179 178
      * @return \Illuminate\Http\Response
180 179
      */
181 180
     public function show($id)
@@ -193,7 +192,6 @@  discard block
 block discarded – undo
193 192
     /**
194 193
      * Show the form for editing the specified resource.
195 194
      *
196
-     * @param  \App\MasterSktm  $master_sktm
197 195
      * @return \Illuminate\Http\Response
198 196
      */
199 197
     public function edit($id)
@@ -244,7 +242,6 @@  discard block
 block discarded – undo
244 242
      * Update the specified resource in storage.
245 243
      *
246 244
      * @param  \Illuminate\Http\Request  $request
247
-     * @param  \App\MasterSktm  $master_sktm
248 245
      * @return \Illuminate\Http\Response
249 246
      */
250 247
     public function update(Request $request, $id)
@@ -282,8 +279,7 @@  discard block
 block discarded – undo
282 279
     /**
283 280
      * Remove the specified resource from storage.
284 281
      *
285
-     * @param  \App\MasterSktm  $master_sktm
286
-     * @return \Illuminate\Http\Response
282
+     * @return string
287 283
      */
288 284
     public function destroy($id)
289 285
     {
Please login to merge, or discard this patch.