Completed
Push — master ( cf9bfd...fb78e3 )
by
unknown
02:57 queued 01:31
created
src/Http/Controllers/VueGuardController.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
 
249 249
     /**
250 250
      * @param $val
251
-     * @return mixed
251
+     * @return string
252 252
      */
253 253
     protected function macineName($val){
254 254
 
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.