Fix PHPDoc of AdmissionLoader::applyRoles()

refs #10887
This commit is contained in:
Eric Lippmann 2016-03-29 11:24:58 +02:00
parent 5b5978787b
commit e0781cf8b5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class AdmissionLoader
}
/**
* Get user permissions and restrictions
* Apply permissions, restrictions and roles to the given user
*
* @param User $user
*/