Completed
Push — master ( b45908...599909 )
by
unknown
02:56 queued 01:17
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 1 patch
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.