From 6793d6a9970778020162637cde97f88017c52a01 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Tue, 25 Aug 2015 18:18:00 +1200 Subject: [PATCH] fix function comment --- CRM/Core/Permission.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Core/Permission.php b/CRM/Core/Permission.php index 2518b47809..b9bacb0ce9 100644 --- a/CRM/Core/Permission.php +++ b/CRM/Core/Permission.php @@ -664,8 +664,7 @@ class CRM_Core_Permission { } /** - * @param bool $descriptions - * whether to return descriptions + * Get core permissions. * * @return array */ -- 2.25.1