Comment cleanup
authorColeman Watts <coleman@civicrm.org>
Wed, 21 Jan 2015 00:59:06 +0000 (19:59 -0500)
committerColeman Watts <coleman@civicrm.org>
Wed, 21 Jan 2015 00:59:06 +0000 (19:59 -0500)
CRM/Utils/Array.php

index 6b591597d6a04645118ec18400ccf79884a6f345..3560b4fcb258ac57efe9ab28873e1913db049498 100644 (file)
@@ -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) {