Completed
Push — master ( c0a42e...1f844e )
by
unknown
01:30
created
src/Http/Controllers/OrangTuaController.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -83,7 +83,6 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * Display the specified resource.
85 85
      *
86
-     * @param  \App\OrangTua  $orang_tua
87 86
      * @return \Illuminate\Http\Response
88 87
      */
89 88
     public function store(Request $request)
@@ -115,7 +114,6 @@  discard block
 block discarded – undo
115 114
     /**
116 115
      * Store a newly created resource in storage.
117 116
      *
118
-     * @param  \Illuminate\Http\Request  $request
119 117
      * @return \Illuminate\Http\Response
120 118
      */
121 119
     public function show($id)
@@ -131,7 +129,6 @@  discard block
 block discarded – undo
131 129
     /**
132 130
      * Show the form for editing the specified resource.
133 131
      *
134
-     * @param  \App\OrangTua  $orang_tua
135 132
      * @return \Illuminate\Http\Response
136 133
      */
137 134
     public function edit($id)
@@ -148,7 +145,6 @@  discard block
 block discarded – undo
148 145
      * Update the specified resource in storage.
149 146
      *
150 147
      * @param  \Illuminate\Http\Request  $request
151
-     * @param  \App\OrangTua  $orang_tua
152 148
      * @return \Illuminate\Http\Response
153 149
      */
154 150
     public function update(Request $request, $id)
@@ -180,8 +176,7 @@  discard block
 block discarded – undo
180 176
     /**
181 177
      * Remove the specified resource from storage.
182 178
      *
183
-     * @param  \App\OrangTua  $orang_tua
184
-     * @return \Illuminate\Http\Response
179
+     * @return string
185 180
      */
186 181
     public function destroy($id)
187 182
     {
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\OrangTua\Facades\OrangTuaFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\OrangTua\Models\Bantenprov\OrangTua\OrangTua;
Please login to merge, or discard this patch.
src/OrangTuaServiceProvider.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.