@@ -28,7 +28,7 @@ |
||
28 | 28 | * PERMISSION |
29 | 29 | * A permission belongs to many users |
30 | 30 | * |
31 | - * @return mixed |
|
31 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsToMany |
|
32 | 32 | */ |
33 | 33 | public function users() |
34 | 34 | { |
@@ -354,7 +354,7 @@ |
||
354 | 354 | * Modify a given set of permissions, given the action to be taken |
355 | 355 | * |
356 | 356 | * @param $permissions |
357 | - * @param $action |
|
357 | + * @param string $action |
|
358 | 358 | */ |
359 | 359 | protected function modifyPermissions($permissions, $action) |
360 | 360 | { |