From 33f7b19d2bbd34be29b1fe5a87e41b76194d5aa1 Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Fri, 29 Nov 2019 14:13:03 +0100 Subject: [PATCH] dev/core#1425 Remove misleading type hint for setting value parameter in CRM_Core_BAO_Setting::setItem(). --- CRM/Core/BAO/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/BAO/Setting.php b/CRM/Core/BAO/Setting.php index 176a808bb23b..4fa3e5d0413a 100644 --- a/CRM/Core/BAO/Setting.php +++ b/CRM/Core/BAO/Setting.php @@ -127,7 +127,7 @@ public static function getItems(&$params, $domains = NULL, $settingsToReturn) { * * _setItem() is the common logic shared by setItem() and setItems(). * - * @param object $value + * @param $value * (required) The value that will be serialized and stored. * @param string $group * The group name of the item (deprecated).