From: Coleman Watts Date: Wed, 21 Jan 2015 00:59:06 +0000 (-0500) Subject: Comment cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fa0ededfe4d04a29d95374f5c48bdf397c5dd1e7;p=civicrm-core.git Comment cleanup --- diff --git a/CRM/Utils/Array.php b/CRM/Utils/Array.php index 6b591597d6..3560b4fcb2 100644 --- a/CRM/Utils/Array.php +++ b/CRM/Utils/Array.php @@ -531,9 +531,9 @@ class CRM_Utils_Array { * @param array $items * The array from which to remove items. * - * @internal param string|\string[] $key When passed a string, unsets $items[$key].* When passed a string, unsets $items[$key]. - * When passed an array of strings, unsets $items[$k] for each string $k - * in the array. + * Additional params: + * When passed a string, unsets $items[$key]. + * When passed an array of strings, unsets $items[$k] for each string $k in the array. */ public static function remove(&$items) { foreach (func_get_args() as $n => $key) {