Issue #3068971 by christinlepson, joachim: error in param docs for UserCreationTrait::grantPermissions()
parent
04051f2eb4
commit
64ee17e6d6
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue