Skip to content

Commit

Permalink
Merge pull request #15988 from jensschuppe/dev_core_1425
Browse files Browse the repository at this point in the history
dev/core#1425 Remove misleading type hint for Setting value parameter
  • Loading branch information
eileenmcnaughton authored Nov 29, 2019
2 parents 4dedc4b + 33f7b19 commit 124f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/BAO/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 124f041

Please sign in to comment.