Completed
Pull Request — master (#20)
by
unknown
02:43
created
src/Http/Controllers/MasterZonaController.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -177,7 +177,6 @@  discard block
 block discarded – undo
177 177
     /**
178 178
      * Display the specified resource.
179 179
      *
180
-     * @param  \App\MasterZona  $master-zona
181 180
      * @return \Illuminate\Http\Response
182 181
      */
183 182
     public function show($id)
@@ -195,7 +194,6 @@  discard block
 block discarded – undo
195 194
     /**
196 195
      * Show the form for editing the specified resource.
197 196
      *
198
-     * @param  \App\MasterZona  $master_zona
199 197
      * @return \Illuminate\Http\Response
200 198
      */
201 199
     public function edit($id)
@@ -246,7 +244,6 @@  discard block
 block discarded – undo
246 244
      * Update the specified resource in storage.
247 245
      *
248 246
      * @param  \Illuminate\Http\Request  $request
249
-     * @param  \App\MasterZona  $master_zona
250 247
      * @return \Illuminate\Http\Response
251 248
      */
252 249
     public function update(Request $request, $id)
@@ -285,8 +282,7 @@  discard block
 block discarded – undo
285 282
     /**
286 283
      * Remove the specified resource from storage.
287 284
      *
288
-     * @param  \App\MasterZona  $master_zona
289
-     * @return \Illuminate\Http\Response
285
+     * @return string
290 286
      */
291 287
     public function destroy($id)
292 288
     {
Please login to merge, or discard this patch.