From 6c87cce28b9620c30553522de0dad97993568754 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 28 Sep 2023 08:17:27 +1300 Subject: [PATCH] Add since to deprecated tag --- CRM/Utils/Hook.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index 82e853f36a..8739833f3c 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -1554,7 +1554,8 @@ abstract class CRM_Utils_Hook { /** * Deprecated: use hook_civicrm_selectWhereClause instead. - * @deprecated + * @deprecated since 5.67 will be removed around 5.85 + * . * @param array &$noteValues */ public static function notePrivacy(&$noteValues) { -- 2.25.1