Completed
Push — master ( 468632...220694 )
by
unknown
01:28
created
src/Http/Controllers/VueGuardController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Bantenprov\VueWorkflow\Models\Workflow;
8 8
 use Bantenprov\VueWorkflow\Models\Transition;
9 9
 use App\Permission;
10
-
11 10
 use Validator;
12 11
 /**
13 12
  * The VueGuardController class.
Please login to merge, or discard this patch.
src/VueGuardServiceProvider.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.