Completed
Push — master ( 599909...5473e4 )
by
unknown
01:38
created
src/PassingGradeServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Get the services provided by the provider.
61 61
      *
62
-     * @return array
62
+     * @return string[]
63 63
      */
64 64
     public function provides()
65 65
     {
Please login to merge, or discard this patch.
src/Http/Controllers/PassingGradeController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@
 block discarded – undo
77 77
     /**
78 78
      * Display the specified resource.
79 79
      *
80
-     * @param  \App\Sekolah  $sekolah
81 80
      * @return \Illuminate\Http\Response
82 81
      */
83 82
     public function show($id, $track = null, Request $request)
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@  discard block
 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\PassingGrade\Facades\PassingGradeFacade;
10 8
 
11 9
 /* Models */
12 10
 use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\Sekolah;
@@ -15,7 +13,6 @@  discard block
 block discarded – undo
15 13
 use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\AdminSekolah;
16 14
 
17 15
 /* Etc */
18
-use Validator;
19 16
 use Auth;
20 17
 
21 18
 /**
Please login to merge, or discard this patch.