From 86cc9a1204a41bd333bdac3485091f359b75663f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 24 Apr 2005 04:32:56 +0000 Subject: [PATCH] Documented @return for Functions::array_set_current() --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 939d789..da0b7fa 100644 --- a/functions.php +++ b/functions.php @@ -378,6 +378,8 @@ class Functions * * @param array The array whose counter is to be updated * @param mixed The key of the element of the array that the counter is to be set to + * + * @return mixed Return the elelment of the array that we just put the counter to */ function array_set_current(&$array, $key) { -- 2.22.5