From 0f4ce204ab8861df841f34a7cb5252c792d81e12 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 23 Jul 2010 14:46:01 -0600 Subject: [PATCH] Fix phpdoc. --- framework/Util/lib/Horde/Util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Util/lib/Horde/Util.php b/framework/Util/lib/Horde/Util.php index 9b7186dfd..a4a48c695 100644 --- a/framework/Util/lib/Horde/Util.php +++ b/framework/Util/lib/Horde/Util.php @@ -130,7 +130,7 @@ class Horde_Util * name). * @param boolean $encode Encode the argument separator? * - * @return string The modified URL. + * @return Horde_Url The modified URL. */ static public function addParameter($url, $parameter, $value = null, $encode = true) @@ -163,7 +163,7 @@ class Horde_Util * @param mixed $remove Either a single parameter to remove or an * array of parameters to remove. * - * @return string The modified URL. + * @return Horde_Url The modified URL. */ static public function removeParameter($url, $remove) { -- 2.11.0