Completed
Pull Request — master (#16)
by
unknown
01:18
created
src/Http/Controllers/PendaftaranWizardController.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -114,7 +114,6 @@  discard block
 block discarded – undo
114 114
     /**
115 115
      * Display the specified resource.
116 116
      *
117
-     * @param  \App\PendaftaranWizard  $pendaftaran
118 117
      * @return \Illuminate\Http\Response
119 118
      */
120 119
     public function store(Request $request)
@@ -159,7 +158,6 @@  discard block
 block discarded – undo
159 158
     /**
160 159
      * Store a newly created resource in storage.
161 160
      *
162
-     * @param  \Illuminate\Http\Request  $request
163 161
      * @return \Illuminate\Http\Response
164 162
      */
165 163
     public function show($id)
@@ -177,7 +175,6 @@  discard block
 block discarded – undo
177 175
     /**
178 176
      * Show the form for editing the specified resource.
179 177
      *
180
-     * @param  \App\PendaftaranWizard  $pendaftaran
181 178
      * @return \Illuminate\Http\Response
182 179
      */
183 180
     public function edit($id)
@@ -198,7 +195,6 @@  discard block
 block discarded – undo
198 195
      * Update the specified resource in storage.
199 196
      *
200 197
      * @param  \Illuminate\Http\Request  $request
201
-     * @param  \App\PendaftaranWizard  $pendaftaran
202 198
      * @return \Illuminate\Http\Response
203 199
      */
204 200
     public function update(Request $request, $id)
@@ -290,8 +286,7 @@  discard block
 block discarded – undo
290 286
     /**
291 287
      * Remove the specified resource from storage.
292 288
      *
293
-     * @param  \App\PendaftaranWizard  $pendaftaran
294
-     * @return \Illuminate\Http\Response
289
+     * @return string
295 290
      */
296 291
     public function destroy($id)
297 292
     {
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\BudgetAbsorption\Facades\PendaftaranWizardFacade;
9 8
 
10 9
 
11 10
 /* Models */
Please login to merge, or discard this patch.
src/PendaftaranWizardServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * Get the services provided by the provider.
60 60
      *
61
-     * @return array
61
+     * @return string[]
62 62
      */
63 63
     public function provides()
64 64
     {
Please login to merge, or discard this patch.