Completed
Push — master ( b49e4b...955280 )
by
unknown
10s
created
src/Http/Controllers/ZonaController.php 2 patches
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\Zona\Facades\ZonaFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Zona\Models\Bantenprov\Zona\Zona;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -192,7 +192,6 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Display the specified resource.
194 194
      *
195
-     * @param  \App\Zona  $zona
196 195
      * @return \Illuminate\Http\Response
197 196
      */
198 197
     public function show($id)
@@ -210,7 +209,6 @@  discard block
 block discarded – undo
210 209
     /**
211 210
      * Show the form for editing the specified resource.
212 211
      *
213
-     * @param  \App\Zona  $zona
214 212
      * @return \Illuminate\Http\Response
215 213
      */
216 214
     public function edit($id)
@@ -269,7 +267,6 @@  discard block
 block discarded – undo
269 267
      * Update the specified resource in storage.
270 268
      *
271 269
      * @param  \Illuminate\Http\Request  $request
272
-     * @param  \App\Zona  $zona
273 270
      * @return \Illuminate\Http\Response
274 271
      */
275 272
     public function update(Request $request, $id)
@@ -323,8 +320,7 @@  discard block
 block discarded – undo
323 320
     /**
324 321
      * Remove the specified resource from storage.
325 322
      *
326
-     * @param  \App\Zona  $zona
327
-     * @return \Illuminate\Http\Response
323
+     * @return string
328 324
      */
329 325
     public function destroy($id)
330 326
     {
Please login to merge, or discard this patch.
src/Http/Controllers/MasterZonaController.php 2 patches
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -179,7 +179,6 @@  discard block
 block discarded – undo
179 179
     /**
180 180
      * Display the specified resource.
181 181
      *
182
-     * @param  \App\MasterZona  $master_zona
183 182
      * @return \Illuminate\Http\Response
184 183
      */
185 184
     public function show($id)
@@ -197,7 +196,6 @@  discard block
 block discarded – undo
197 196
     /**
198 197
      * Show the form for editing the specified resource.
199 198
      *
200
-     * @param  \App\Zona  $zona
201 199
      * @return \Illuminate\Http\Response
202 200
      */
203 201
     public function edit($id)
@@ -248,7 +246,6 @@  discard block
 block discarded – undo
248 246
      * Update the specified resource in storage.
249 247
      *
250 248
      * @param  \Illuminate\Http\Request  $request
251
-     * @param  \App\Zona  $zona
252 249
      * @return \Illuminate\Http\Response
253 250
      */
254 251
     public function update(Request $request, $id)
@@ -286,8 +283,7 @@  discard block
 block discarded – undo
286 283
     /**
287 284
      * Remove the specified resource from storage.
288 285
      *
289
-     * @param  \App\MasterZona  $master-zona
290
-     * @return \Illuminate\Http\Response
286
+     * @return string
291 287
      */
292 288
     public function destroy($id)
293 289
     {
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\Zona\Facades\ZonaFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Zona\Models\Bantenprov\Zona\MasterZona;
Please login to merge, or discard this patch.