Issue #3068971 by christinlepson, joachim: error in param docs for UserCreationTrait::grantPermissions()

merge-requests/55/head
catch 2019-07-29 09:26:07 +01:00
parent 04051f2eb4
commit 64ee17e6d6
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ trait UserCreationTrait {
* Grant permissions to a user role. * Grant permissions to a user role.
* *
* @param \Drupal\user\RoleInterface $role * @param \Drupal\user\RoleInterface $role
* The ID of a user role to alter. * The user role entity to alter.
* @param array $permissions * @param array $permissions
* (optional) A list of permission names to grant. * (optional) A list of permission names to grant.
*/ */