@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | * |
42 | 42 | * @param array|string|\Spatie\Permission\Models\Role ...$roles |
43 | 43 | * |
44 | - * @return \Spatie\Permission\Contracts\Role |
|
44 | + * @return HasRoles |
|
45 | 45 | |
46 | 46 | * |
47 | 47 | */ |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | /** |
159 | 159 | * Determine if the user may perform the given permission. |
160 | 160 | * |
161 | - * @param string|Permission $permission |
|
161 | + * @param Permission $permission |
|
162 | 162 | * |
163 | 163 | * @return bool |
164 | 164 | */ |
@@ -12,7 +12,6 @@ |
||
12 | 12 | /** |
13 | 13 | * Bootstrap the application services. |
14 | 14 | * |
15 | - * @param PermissionRegistrar $permissionLoader |
|
16 | 15 | */ |
17 | 16 | public function boot() |
18 | 17 | { |