Completed
Push — master ( 65b760...a5a7da )
by Freek
01:45
created
src/Traits/HasRoles.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      *
43 43
      * @param array|string|\Spatie\Permission\Models\Role ...$roles
44 44
      *
45
-     * @return \Spatie\Permission\Contracts\Role
45
+     * @return HasRoles
46 46
      */
47 47
     public function assignRole(...$roles)
48 48
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\Permission\Traits;
4 4
 
5 5
 use Illuminate\Support\Collection;
6
-use Spatie\Permission\Contracts\Role;
7 6
 use Spatie\Permission\Contracts\Permission;
7
+use Spatie\Permission\Contracts\Role;
8 8
 
9 9
 trait HasRoles
10 10
 {
Please login to merge, or discard this patch.