From 1a5a2adebe86ded29fd18121ad1eb1ee28dfecc7 Mon Sep 17 00:00:00 2001 From: Erich Schulz Date: Mon, 20 Mar 2017 10:34:07 +1000 Subject: [PATCH] fix comment to comply with style --- CRM/Core/Permission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Permission.php b/CRM/Core/Permission.php index c79424c27d..826d70a284 100644 --- a/CRM/Core/Permission.php +++ b/CRM/Core/Permission.php @@ -888,7 +888,7 @@ class CRM_Core_Permission { * Note: some APIs declare other actions as well * * Permissions should use arrays for AND and arrays of arrays for OR - * @see CRM_Core_Permission::check for more documentation + * @see CRM_Core_Permission::check * * @return array of permissions */ -- 2.25.1