Completed
Push — master ( bd8614...a0c260 )
by
unknown
06:02 queued 04:03
created
src/Http/Controllers/VueTrustController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 use App\Http\Controllers\Controller;
4 4
 use Illuminate\Http\Request;
5 5
 use Bantenprov\VueTrust\Facades\VueTrust;
6
-use Bantenprov\VueTrust\Models\VueTrustModel;
7 6
 use App\Role;
8 7
 use App\Permission;
9
-
10 8
 use Validator;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
src/VueTrustServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * Get the services provided by the provider.
58 58
      *
59
-     * @return array
59
+     * @return string[]
60 60
      */
61 61
     public function provides()
62 62
     {
Please login to merge, or discard this patch.