projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dedc4b
)
dev/core#1425 Remove misleading type hint for setting value parameter in CRM_Core_BAO...
author
Jens Schuppe
<schuppe@systopia.de>
Fri, 29 Nov 2019 13:13:03 +0000
(14:13 +0100)
committer
Jens Schuppe
<schuppe@systopia.de>
Fri, 29 Nov 2019 13:13:03 +0000
(14:13 +0100)
CRM/Core/BAO/Setting.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Setting.php
b/CRM/Core/BAO/Setting.php
index 176a808bb23bd124316f489c7aaae4fbd1949041..4fa3e5d0413a80899921d724efd959b9c6b524e9 100644
(file)
--- a/
CRM/Core/BAO/Setting.php
+++ b/
CRM/Core/BAO/Setting.php
@@
-127,7
+127,7
@@
class CRM_Core_BAO_Setting extends CRM_Core_DAO_Setting {
*
* _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).