From: Michael M Slusarz Date: Fri, 23 Jul 2010 20:46:01 +0000 (-0600) Subject: Fix phpdoc. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0f4ce204ab8861df841f34a7cb5252c792d81e12;p=horde.git Fix phpdoc. --- 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) {