From 68773b2681e9f09b674ac219007c4f98a956c696 Mon Sep 17 00:00:00 2001 From: Nicolas Ganivet Date: Tue, 23 Aug 2016 02:12:30 -0600 Subject: [PATCH] Corrects style issue --- CRM/Utils/Hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index b9cb8b43ca..8a11b898a1 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -1735,7 +1735,7 @@ abstract class CRM_Utils_Hook { * * @param string $permission * The name of an atomic permission, ie. 'access deleted contacts' - * @param boolean $granted + * @param bool $granted * Whether this permission is currently granted. The hook can change this value. * * @return null -- 2.25.1