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

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 * @param User $user
*/ */