Fix phpdoc.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Jul 2010 20:46:01 +0000 (14:46 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Jul 2010 20:46:01 +0000 (14:46 -0600)
framework/Util/lib/Horde/Util.php

index 9b7186d..a4a48c6 100644 (file)
@@ -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)
     {