From e0781cf8b52ce40919621bfe91f010b42ecfcd91 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 29 Mar 2016 11:24:58 +0200 Subject: [PATCH] Fix PHPDoc of AdmissionLoader::applyRoles() refs #10887 --- library/Icinga/Authentication/AdmissionLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Authentication/AdmissionLoader.php b/library/Icinga/Authentication/AdmissionLoader.php index f0e5c7783..0a80be127 100644 --- a/library/Icinga/Authentication/AdmissionLoader.php +++ b/library/Icinga/Authentication/AdmissionLoader.php @@ -44,7 +44,7 @@ class AdmissionLoader } /** - * Get user permissions and restrictions + * Apply permissions, restrictions and roles to the given user * * @param User $user */