projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb6926
)
Fix phpdoc.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 23 Jul 2010 20:46:01 +0000
(14:46 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 23 Jul 2010 20:46:01 +0000
(14:46 -0600)
framework/Util/lib/Horde/Util.php
patch
|
blob
|
history
diff --git
a/framework/Util/lib/Horde/Util.php
b/framework/Util/lib/Horde/Util.php
index
9b7186d
..
a4a48c6
100644
(file)
--- 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)
{