Completed
Push — master ( 120590...805ea8 )
by
unknown
05:39 queued 34s
created
src/Http/Controllers/CityController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,6 @@
 block discarded – undo
93 93
     /**
94 94
      * Display the specified resource.
95 95
      *
96
-     * @param  \App\City  $city
97 96
      * @return \Illuminate\Http\Response
98 97
      */
99 98
     public function show($id)
Please login to merge, or discard this patch.
src/Http/Controllers/DistrictController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,6 @@
 block discarded – undo
93 93
     /**
94 94
      * Display the specified resource.
95 95
      *
96
-     * @param  \App\District  $district
97 96
      * @return \Illuminate\Http\Response
98 97
      */
99 98
     public function show($id)
Please login to merge, or discard this patch.
src/Http/Controllers/ProvinceController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,6 @@
 block discarded – undo
66 66
     /**
67 67
      * Display the specified resource.
68 68
      *
69
-     * @param  \App\Province  $province
70 69
      * @return \Illuminate\Http\Response
71 70
      */
72 71
     public function show($id)
Please login to merge, or discard this patch.
src/Http/Controllers/VillageController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,6 @@
 block discarded – undo
93 93
     /**
94 94
      * Display the specified resource.
95 95
      *
96
-     * @param  \App\Village  $village
97 96
      * @return \Illuminate\Http\Response
98 97
      */
99 98
     public function show($id)
Please login to merge, or discard this patch.