Completed
Push — master ( 2d4ad9...f01300 )
by
unknown
9s
created
src/Http/Controllers/AkademikController.php 1 patch
Doc Comments   +6 added lines, -11 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Show the form for creating a new resource.
78 78
      *
79
-     * @return \Illuminate\Http\Response
79
+     * @return \Illuminate\Http\JsonResponse
80 80
      */
81 81
     public function create()
82 82
     {
@@ -101,8 +101,7 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Display the specified resource.
103 103
      *
104
-     * @param  \App\Nilai  $nilai
105
-     * @return \Illuminate\Http\Response
104
+     * @return \Illuminate\Http\JsonResponse
106 105
      */
107 106
     public function store(Request $request)
108 107
     {
@@ -187,8 +186,7 @@  discard block
 block discarded – undo
187 186
     /**
188 187
      * Store a newly created resource in storage.
189 188
      *
190
-     * @param  \Illuminate\Http\Request  $request
191
-     * @return \Illuminate\Http\Response
189
+     * @return \Illuminate\Http\JsonResponse
192 190
      */
193 191
     public function show($id)
194 192
     {
@@ -205,8 +203,7 @@  discard block
 block discarded – undo
205 203
     /**
206 204
      * Show the form for editing the specified resource.
207 205
      *
208
-     * @param  \App\Nilai  $nilai
209
-     * @return \Illuminate\Http\Response
206
+     * @return \Illuminate\Http\JsonResponse
210 207
      */
211 208
     public function edit($id)
212 209
     {
@@ -227,8 +224,7 @@  discard block
 block discarded – undo
227 224
      * Update the specified resource in storage.
228 225
      *
229 226
      * @param  \Illuminate\Http\Request  $request
230
-     * @param  \App\Nilai  $nilai
231
-     * @return \Illuminate\Http\Response
227
+     * @return \Illuminate\Http\JsonResponse
232 228
      */
233 229
     public function update(Request $request, $id)
234 230
     {
@@ -311,8 +307,7 @@  discard block
 block discarded – undo
311 307
     /**
312 308
      * Remove the specified resource from storage.
313 309
      *
314
-     * @param  \App\Nilai  $nilai
315
-     * @return \Illuminate\Http\Response
310
+     * @return string
316 311
      */
317 312
     public function destroy($id)
318 313
     {
Please login to merge, or discard this patch.