Completed
Push — master ( 2cd08a...37cfe6 )
by
unknown
9s
created
src/database/seeds/BantenprovProgramKeahlianSeederProgramKeahlian.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -79,6 +79,10 @@
 block discarded – undo
79 79
         $this->greenText("\n[ SEEDER DONE ]\n");
80 80
     }
81 81
     /* text color: orange */
82
+
83
+    /**
84
+     * @param string $text
85
+     */
82 86
     protected function orangeText($text)
83 87
     {
84 88
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.
src/Http/Controllers/ProgramKeahlianController.php 2 patches
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -208,7 +208,6 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      * Display the specified resource.
210 210
      *
211
-     * @param  \App\ProgramKeahlian  $program_keahlian
212 211
      * @return \Illuminate\Http\Response
213 212
      */
214 213
     public function show($id)
@@ -226,7 +225,6 @@  discard block
 block discarded – undo
226 225
     /**
227 226
      * Show the form for editing the specified resource.
228 227
      *
229
-     * @param  \App\ProgramKeahlian  $program_keahlian
230 228
      * @return \Illuminate\Http\Response
231 229
      */
232 230
     public function edit($id)
@@ -282,7 +280,6 @@  discard block
 block discarded – undo
282 280
      * Update the specified resource in storage.
283 281
      *
284 282
      * @param  \Illuminate\Http\Request  $request
285
-     * @param  \App\ProgramKeahlian  $program_keahlian
286 283
      * @return \Illuminate\Http\Response
287 284
      */
288 285
     public function update(Request $request, $id)
@@ -329,8 +326,7 @@  discard block
 block discarded – undo
329 326
     /**
330 327
      * Remove the specified resource from storage.
331 328
      *
332
-     * @param  \App\ProgramKeahlian  $program_keahlian
333
-     * @return \Illuminate\Http\Response
329
+     * @return string
334 330
      */
335 331
     public function destroy($id)
336 332
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Illuminate\Support\Facades\DB;
9
-use Bantenprov\ProgramKeahlian\Facades\ProgramKeahlianFacade;
10 8
 
11 9
 /* Models */
12 10
 use Bantenprov\ProgramKeahlian\Models\Bantenprov\ProgramKeahlian\ProgramKeahlian;
Please login to merge, or discard this patch.