Completed
Push — master ( f7b08d...33ffe5 )
by ARCANEDEV
12s
created
src/Http/Requests/Admin/Users/UserFormRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * Get the roles rule.
115 115
      *
116
-     * @return array
116
+     * @return string[]
117 117
      */
118 118
     protected function getRolesRule()
119 119
     {
Please login to merge, or discard this patch.
src/ViewComposers/RolesComposer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Arcanesoft\Contracts\Auth\Models\Role;
4 4
 use Illuminate\Contracts\View\View;
5 5
 use Illuminate\Support\Collection;
6
-use Illuminate\Support\HtmlString;
7 6
 
8 7
 /**
9 8
  * Class     RolesComposer
Please login to merge, or discard this patch.