Completed
Branch master (8c1f12)
by Provinsi
01:37
created
src/Http/Controllers/PassingGradeController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,6 @@
 block discarded – undo
75 75
     /**
76 76
      * Display the specified resource.
77 77
      *
78
-     * @param  \App\Sekolah  $sekolah
79 78
      * @return \Illuminate\Http\Response
80 79
      */
81 80
     public function show($id, Request $request)
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,7 +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 Bantenprov\PassingGrade\Facades\PassingGradeFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\Sekolah;
@@ -13,8 +12,6 @@  discard block
 block discarded – undo
13 12
 use App\User;
14 13
 
15 14
 /* Etc */
16
-use Validator;
17
-use Auth;
18 15
 
19 16
 /**
20 17
  * The PassingGradeController class.
Please login to merge, or discard this patch.
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.